Merge "Change dialog theme for dialog activity."
This commit is contained in:
@@ -692,7 +692,7 @@
|
||||
|
||||
<activity android:name=".inputmethod.UserDictionaryAddWordActivity"
|
||||
android:label="@string/user_dict_settings_title"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
|
||||
android:windowSoftInputMode="stateVisible"
|
||||
android:noHistory="true"
|
||||
android:excludeFromRecents="true">
|
||||
@@ -1186,7 +1186,7 @@
|
||||
</activity>
|
||||
|
||||
<activity android:name=".notification.ZenModeVoiceActivity"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
|
||||
android:label="@string/zen_mode_settings_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
|
||||
@@ -1965,7 +1965,7 @@
|
||||
|
||||
<activity android:name=".bluetooth.BluetoothPairingDialog"
|
||||
android:excludeFromRecents="true"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -1997,14 +1997,14 @@
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.MANAGE_USB"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
|
||||
</activity>
|
||||
|
||||
<activity android:name=".RemoteBugreportActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.DUMP"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -2734,7 +2734,7 @@
|
||||
</activity>
|
||||
|
||||
<activity android:name=".sim.SimPreferenceDialog"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
|
||||
android:excludeFromRecents="true">
|
||||
</activity>
|
||||
|
||||
@@ -2763,7 +2763,7 @@
|
||||
</activity>
|
||||
|
||||
<activity android:name=".sim.SimDialogActivity"
|
||||
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar"
|
||||
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
|
||||
android:label="@string/sim_settings_title"
|
||||
android:excludeFromRecents="true">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user