summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-14 19:13:16 -0700
committerYorke Lee <yorkelee@google.com>2014-07-15 10:00:32 -0700
commitaf6f195af0bb200d1bb06ad11dac476e8dff0073 (patch)
tree916ce243afb2ab86524ae16491e5d451fc4a1fc5 /res/menu
parent434dbcc2f581619f79a691e1a39c5e69003a9d16 (diff)
downloadandroid_packages_apps_Dialer-af6f195af0bb200d1bb06ad11dac476e8dff0073.tar.gz
android_packages_apps_Dialer-af6f195af0bb200d1bb06ad11dac476e8dff0073.tar.bz2
android_packages_apps_Dialer-af6f195af0bb200d1bb06ad11dac476e8dff0073.zip
Make ContactPreferences use SharedPreferences instead of System settings (5/5)
* Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/dialtacts_options.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/dialtacts_options.xml b/res/menu/dialtacts_options.xml
index 17f4d9fe1..cc5e3868e 100644
--- a/res/menu/dialtacts_options.xml
+++ b/res/menu/dialtacts_options.xml
@@ -30,6 +30,6 @@
android:title="@string/menu_newContact"/>
<item
android:id="@+id/menu_call_settings"
- android:title="@string/call_settings"
+ android:title="@string/dialer_settings_label"
android:orderInCategory="2" />
</menu>