summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaffersulaiman <jaffersulaiman.mh@sasken.com>2016-03-22 19:04:15 +0530
committerJoey Rizzoli <joey@cyanogenmoditalia.it>2016-10-17 16:31:06 +0200
commitf423d7a37c9727386f7101213242c955ce23dca9 (patch)
tree52592ce595c416b03130f8d547abe33df4783124
parent0f9830d4892f2babdb594fd41ca319f7f05ced9d (diff)
downloadandroid_packages_apps_Messaging-f423d7a37c9727386f7101213242c955ce23dca9.tar.gz
android_packages_apps_Messaging-f423d7a37c9727386f7101213242c955ce23dca9.tar.bz2
android_packages_apps_Messaging-f423d7a37c9727386f7101213242c955ce23dca9.zip
Messaging App is crashing when storage memory is full
Instead of showing low memory warning popup, Messaging App is crashing because of popup using unsupported style attribute.So it is handled with new style Bug: CYNGNOS-2060 Change-Id: I00db39acf73df36c1ccdd7de65b92a41351ced21
-rwxr-xr-x[-rw-r--r--]AndroidManifest.xml2
-rwxr-xr-x[-rw-r--r--]res/values/styles.xml0
2 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5ab5910..4e22885 100644..100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -424,7 +424,7 @@
</activity>
<activity android:name=".ui.SmsStorageLowWarningActivity"
- android:theme="@style/Invisible"
+ android:theme="@style/InvisibleNoDisplay"
android:configChanges="orientation|screenSize|keyboardHidden" />
<activity android:name=".ui.appsettings.ApnSettingsActivity"
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6f3683b..6f3683b 100644..100755
--- a/res/values/styles.xml
+++ b/res/values/styles.xml