summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2015-11-12 11:36:10 -0800
committerDanesh M <daneshm90@gmail.com>2015-11-12 11:38:39 -0800
commitef97f62c602db9efaaa319e901fc5f0c8a50552f (patch)
tree837e7f370265b201433366306596aa84989fb539 /res
parentfbfb6d1527ea3b7688db6bc12896e671287ef998 (diff)
downloadpackages_apps_Settings-ef97f62c602db9efaaa319e901fc5f0c8a50552f.zip
packages_apps_Settings-ef97f62c602db9efaaa319e901fc5f0c8a50552f.tar.gz
packages_apps_Settings-ef97f62c602db9efaaa319e901fc5f0c8a50552f.tar.bz2
Settings : Move System settings to CmSettings
Change-Id: Id8d5e36c0a61b93d8785a7b9b88a7829c37f66a5
Diffstat (limited to 'res')
-rw-r--r--res/xml/button_settings.xml2
-rw-r--r--res/xml/language_settings.xml2
-rw-r--r--res/xml/notification_light_settings.xml2
-rw-r--r--res/xml/security_settings_pin.xml2
-rw-r--r--res/xml/status_bar_settings.xml4
5 files changed, 6 insertions, 6 deletions
diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml
index 471986a..27557cf 100644
--- a/res/xml/button_settings.xml
+++ b/res/xml/button_settings.xml
@@ -246,7 +246,7 @@
android:title="@string/button_wake_title"
android:defaultValue="false" />
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="volbtn_music_controls"
android:title="@string/volbtn_music_controls_title"
android:summary="@string/volbtn_music_controls_summary"
diff --git a/res/xml/language_settings.xml b/res/xml/language_settings.xml
index d4bcdfc..b682c45 100644
--- a/res/xml/language_settings.xml
+++ b/res/xml/language_settings.xml
@@ -87,7 +87,7 @@
</PreferenceCategory>
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="status_bar_ime_switcher"
android:title="@string/ime_switcher_notify"
android:summary="@string/ime_switcher_notify_summary"
diff --git a/res/xml/notification_light_settings.xml b/res/xml/notification_light_settings.xml
index 895a0ee..683a399 100644
--- a/res/xml/notification_light_settings.xml
+++ b/res/xml/notification_light_settings.xml
@@ -31,7 +31,7 @@
android:persistent="false"
android:dependency="notification_light_pulse" />
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="notification_light_pulse_custom_enable"
android:title="@string/notification_light_use_custom"
android:dependency="notification_light_pulse" />
diff --git a/res/xml/security_settings_pin.xml b/res/xml/security_settings_pin.xml
index 735d75d..6629f28 100644
--- a/res/xml/security_settings_pin.xml
+++ b/res/xml/security_settings_pin.xml
@@ -34,7 +34,7 @@
android:fragment="com.android.settings.cyanogenmod.LockscreenShortcuts"
android:title="@string/lockscreen_targets_message" />
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="lockscreen_scramble_pin_layout"
android:title="@string/unlock_scramble_pin_layout_title"
android:summary="@string/unlock_scramble_pin_layout_summary" />
diff --git a/res/xml/status_bar_settings.xml b/res/xml/status_bar_settings.xml
index 5791546..f9b1cc3 100644
--- a/res/xml/status_bar_settings.xml
+++ b/res/xml/status_bar_settings.xml
@@ -52,13 +52,13 @@
android:entries="@array/status_bar_battery_percentage_entries"
android:entryValues="@array/status_bar_battery_percentage_values" />
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="status_bar_brightness_control"
android:title="@string/status_bar_toggle_brightness"
android:summary="@string/status_bar_toggle_brightness_summary"
android:defaultValue="false" />
- <com.android.settings.cyanogenmod.SystemSettingSwitchPreference
+ <com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="status_bar_notif_count"
android:title="@string/status_bar_notif_count_title"
android:summary="@string/status_bar_notif_count_summary"