summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-13 21:14:40 -0700
committerAndrew Lee <anwlee@google.com>2014-08-14 10:27:05 -0700
commit112e85e36bf9bf2af9a67e138934b66877be868b (patch)
tree8a41f36984ce6bcfea80b02475913ca3b85a4884 /res/values
parent8403451d612e0d8923aaefc081a28c358775268f (diff)
downloadandroid_packages_apps_PhoneCommon-112e85e36bf9bf2af9a67e138934b66877be868b.tar.gz
android_packages_apps_PhoneCommon-112e85e36bf9bf2af9a67e138934b66877be868b.tar.bz2
android_packages_apps_PhoneCommon-112e85e36bf9bf2af9a67e138934b66877be868b.zip
Add SettingsUtil to PhoneCommon, move methods here from Telephony.
+ Move updateRingtoneName() to SettingsUtil, so that it can be used both by Telephony and Dialer. Changed it to pass in a couple parameters (eg. context) to make this possible.. + Move utility for getting the vibrate-when-ringing setting. Bug: 16788935 Change-Id: I0a836b4040fd88d930b5a8cc0051411b170ea9db
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bfa63a9..7943434 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -81,4 +81,10 @@
-->
<string name="description_voicemail_button">voicemail</string>
+
+ <!-- The string used to describe a notification if it is the default one in the system. For
+ example, if the user selects the default notification, it will appear as something like
+ Default sound(Capella) in the notification summary.
+ [CHAR LIMIT=40] -->
+ <string name="default_notification_description">Default sound (<xliff:g id="default_sound_title">%1$s</xliff:g>)</string>
</resources>