Fix FATAL EXCEPTION on SmsStorageLowWarningActivity
Added new "Translucent" style for SmsStorageLowWarningActivity instead. Test: am start com.android.messaging/.ui.SmsStorageLowWarningActivity Change-Id: Ie8b0df64ac046343c93ca8b4ffa93c5e49cc73ad Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
+1
-1
@@ -430,7 +430,7 @@
|
||||
</activity>
|
||||
|
||||
<activity android:name=".ui.SmsStorageLowWarningActivity"
|
||||
android:theme="@style/Invisible"
|
||||
android:theme="@style/Translucent"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden" />
|
||||
|
||||
<activity android:name=".ui.appsettings.ApnSettingsActivity"
|
||||
|
||||
Reference in New Issue
Block a user