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:
Taesu Lee
2019-08-13 16:40:16 +09:00
parent 00228481c9
commit 2b7516e5a0
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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"