From af6f195af0bb200d1bb06ad11dac476e8dff0073 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 14 Jul 2014 19:13:16 -0700 Subject: 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 --- res/values/strings.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'res/values/strings.xml') diff --git a/res/values/strings.xml b/res/values/strings.xml index e51aff714..29b965163 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -329,8 +329,8 @@ Select Account - - Settings + + Settings New contact @@ -750,4 +750,12 @@ ", " + + + + + Call Settings + + + Ringtones, voicemail settings, VoIP calling, etc -- cgit v1.2.3