Merge "Add Light/Dark theme for bugreport warning dialog"

am: 6748f4cc07

Change-Id: I9a520e35faaf54d48a23bdab7da7bc3316b7796f
This commit is contained in:
Abhijeet Kaur
2019-12-18 07:05:36 -08:00
committed by android-build-merger

View File

@@ -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" />