From 5ade2f1976ad148e4e722cb99a3487fd55361f31 Mon Sep 17 00:00:00 2001 From: tmfang Date: Mon, 30 Jul 2018 13:49:43 +0800 Subject: [PATCH] Fix some crash cases when we launch AlertDialog AlertDialog needs to use App.Compat theme. Change-Id: Icef2f5b5cf2d614f98fd1d793e88c6a7349b1380 Fixes: 111888332 Test: robo --- AndroidManifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a275be0b75..ccdc2dc083 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1917,7 +1917,7 @@ + android:theme="@style/Theme.AlertDialog"> @@ -1964,7 +1964,7 @@ android:excludeFromRecents="true" android:exported="true" android:permission="android.permission.DUMP" - android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> + android:theme="@style/Theme.AlertDialog"> @@ -2660,7 +2660,7 @@ -- 2.11.0