mobileorg-android+noreply-APn2wQfwq-IpMtfkOxHFOtCe-J5gygaqk-g4FQ-/
2013-02-20 01:23:17 UTC
Notifications from MobileOrg are not readable on my phone, because they use a light text on a light background.
My phone is a Nexus 4 running Android 4.2.2 and MobileOrg 0.9.8. The problem appears to be related to line 9 of AndroidManifest.xml:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />
Changing targetSdkVersion from 8 to 15 causes the notifications to appear with a dark background on my phone, as desired.
My phone is a Nexus 4 running Android 4.2.2 and MobileOrg 0.9.8. The problem appears to be related to line 9 of AndroidManifest.xml:
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />
Changing targetSdkVersion from 8 to 15 causes the notifications to appear with a dark background on my phone, as desired.