summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBryan Owens <djbryan3540@gmail.com>2015-11-28 17:00:48 -0600
committerSteve Kondik <shade@chemlab.org>2015-12-04 19:32:05 -0800
commita7e538a9cfaa499efc59b7d63fdb75610961b334 (patch)
tree30234825b5430a9567ca86b1b0d72924def33c1d /AndroidManifest.xml
parent7c7c105195d873c8fe35553c7a3e37e77abc6889 (diff)
downloadpackages_apps_Settings-a7e538a9cfaa499efc59b7d63fdb75610961b334.zip
packages_apps_Settings-a7e538a9cfaa499efc59b7d63fdb75610961b334.tar.gz
packages_apps_Settings-a7e538a9cfaa499efc59b7d63fdb75610961b334.tar.bz2
Expose styles in the manifest for themes
Change-Id: I639cf5cde1632ec010a28f986fd657d91b21e6d0 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 43ebbd1..fa13e90 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -341,7 +341,7 @@
android:exported="true"
android:permission="android.permission.CONNECTIVITY_INTERNAL"
android:taskAffinity=""
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter>
<action android:name="android.net.conn.PROMPT_UNVALIDATED" />
<category android:name="android.intent.category.DEFAULT" />
@@ -526,7 +526,7 @@
<activity android:name="DateTimeSettingsSetupWizard"
android:label="@string/date_and_time"
- android:theme="@android:style/Theme.Material.Light.NoActionBar"
+ android:theme="@style/Theme.DateTimeSettingsSetupWizard"
android:screenOrientation="behind">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -679,7 +679,7 @@
<activity android:name=".inputmethod.UserDictionaryAddWordActivity"
android:label="@string/user_dict_settings_title"
- android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
+ android:theme="@style/Theme.SettingsDialog"
android:windowSoftInputMode="stateVisible"
android:noHistory="true"
android:excludeFromRecents="true">
@@ -904,7 +904,7 @@
<activity android:name="SettingsLicenseActivity"
android:label="@string/settings_license_activity_title"
- android:theme="@android:style/Theme.Material.Light.Panel"
+ android:theme="@style/Theme.SettingsLicenseActivity"
android:configChanges="orientation|screenSize">
<intent-filter android:priority="1">
<action android:name="android.settings.LICENSE" />
@@ -980,7 +980,7 @@
<activity android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
android:label="@string/high_power_apps"
android:taskAffinity=""
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<category android:name="android.intent.category.DEFAULT" />
@@ -1108,7 +1108,7 @@
</activity>
<activity android:name=".notification.ZenModeVoiceActivity"
- android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
+ android:theme="@style/Theme.SettingsDialog"
android:label="@string/zen_mode_settings_title">
<intent-filter>
<action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
@@ -1752,7 +1752,7 @@
</activity-alias>
<activity android:name=".AppPicker" android:label="@string/select_application"
- android:theme="@android:style/Theme.Material.Light.Dialog" />
+ android:theme="@style/Theme.AppPicker" />
<activity android:name="Settings$UsbSettingsActivity"
android:label="@string/storage_title_usb"
@@ -1792,7 +1792,7 @@
android:label="@string/bluetooth_pairing_request"
android:excludeFromRecents="true"
android:windowSoftInputMode="stateVisible|adjustResize"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
<category android:name="android.intent.category.DEFAULT" />
@@ -1825,7 +1825,7 @@
android:label="@string/bluetooth_permission_request"
android:excludeFromRecents="true"
android:permission="android.permission.BLUETOOTH"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
<action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
@@ -1846,14 +1846,14 @@
android:excludeFromRecents="true"
android:exported="true"
android:permission="android.permission.MANAGE_USB"
- android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar">
+ android:theme="@style/Theme.SettingsDialog">
</activity>
<activity android:name=".bluetooth.RequestPermissionHelperActivity"
android:label="@string/bluetooth_pairing_request"
android:excludeFromRecents="true"
android:permission="android.permission.BLUETOOTH"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
</activity>
<receiver android:name=".bluetooth.BluetoothPairingRequest">
@@ -1876,7 +1876,7 @@
android:label="@string/bluetooth_connection_permission_request"
android:excludeFromRecents="true"
android:permission="android.permission.BLUETOOTH_ADMIN"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
<action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
@@ -1886,7 +1886,7 @@
<activity android:name="ActivityPicker"
android:label="@string/activity_picker_label"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"
+ android:theme="@style/Theme.SettingsAlertDialog"
android:finishOnCloseSystemDialogs="true">
<intent-filter android:priority="1">
<action android:name="android.intent.action.PICK_ACTIVITY" />
@@ -1995,7 +1995,7 @@
<!-- Standard picker for widgets -->
<activity android:name="AppWidgetPickActivity"
android:label="@string/widget_picker_title"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"
+ android:theme="@style/Theme.SettingsAlertDialog"
android:finishOnCloseSystemDialogs="true">
<intent-filter android:priority="1">
<action android:name="android.appwidget.action.APPWIDGET_PICK" />
@@ -2004,7 +2004,7 @@
</activity>
<activity android:name="AllowBindAppWidgetActivity"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"
+ android:theme="@style/Theme.SettingsAlertDialog"
android:finishOnCloseSystemDialogs="true"
android:excludeFromRecents="true">
<intent-filter android:priority="1">
@@ -2380,7 +2380,7 @@
<activity android:name=".nfc.PaymentDefaultDialog"
android:label="@string/nfc_payment_set_default_label"
android:excludeFromRecents="true"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
<category android:name="android.intent.category.DEFAULT" />
@@ -2398,7 +2398,7 @@
<activity android:name=".SmsDefaultDialog"
android:label="@string/sms_application_title"
android:excludeFromRecents="true"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" />
<category android:name="android.intent.category.DEFAULT" />
@@ -2408,7 +2408,7 @@
<activity android:name=".ActiveNetworkScorerDialog"
android:label="@string/wifi_assistant_title"
android:excludeFromRecents="true"
- android:theme="@*android:style/Theme.Material.Light.Dialog.Alert">
+ android:theme="@style/Theme.SettingsAlertDialog">
<intent-filter android:priority="1">
<action android:name="android.net.scoring.CHANGE_ACTIVE" />
<category android:name="android.intent.category.DEFAULT" />
@@ -2693,12 +2693,12 @@
</activity>
<activity android:name=".sim.SimPreferenceDialog"
- android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
+ android:theme="@style/Theme.SettingsDialog"
android:excludeFromRecents="true">
</activity>
<activity android:name=".sim.SimDialogActivity"
- android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
+ android:theme="@style/Theme.SettingsDialog"
android:label="@string/sim_settings_title"
android:excludeFromRecents="true">
<intent-filter>