diff options
author | 2019-12-18 14:50:30 +0000 | |
---|---|---|
committer | 2019-12-18 14:50:30 +0000 | |
commit | 6748f4cc0731e32d1e94e5c172271ac06ce954fc (patch) | |
tree | 0344d455452d921113fc9c1ef0b74dbe1c023ff7 | |
parent | 591e1fcfcf9aa21f47139311a3999607fe310577 (diff) | |
parent | b7518de1b450cbf08e85f70e4e4a1509b595d088 (diff) |
Merge "Add Light/Dark theme for bugreport warning dialog"
-rw-r--r-- | packages/Shell/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml index 88ad8a458d0c..fb5c553e5ccb 100644 --- a/packages/Shell/AndroidManifest.xml +++ b/packages/Shell/AndroidManifest.xml @@ -246,7 +246,7 @@ <activity android:name=".BugreportWarningActivity" - android:theme="@android:style/Theme.DeviceDefault.Dialog.Alert" + android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true" android:exported="false" /> |