summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-12-18 19:15:05 -0800
committerBrian Attwell <brianattwell@google.com>2015-01-05 12:11:22 -0800
commit53fcafb3caf6197451a4ed9e34411da52cf3bf86 (patch)
tree9387bbc8906dba726aee2c2bb5e644e805f72462 /res/values
parentb2e37f9993e0f5c5ff1d021f699e76dd76a448d6 (diff)
downloadandroid_packages_apps_PhoneCommon-53fcafb3caf6197451a4ed9e34411da52cf3bf86.tar.gz
android_packages_apps_PhoneCommon-53fcafb3caf6197451a4ed9e34411da52cf3bf86.tar.bz2
android_packages_apps_PhoneCommon-53fcafb3caf6197451a4ed9e34411da52cf3bf86.zip
Unbundle PhoneCommon 1/2
+ Copy android.internal strings - Remove getVibrateWhenRingingSetting(), which depends on the hidden Settings.System.VIBRATE_WHEN_RINGING property name. The property's javadoc suggests it should only be used inside system apps, so I don't want to prematuraly unhide it. Bug: 18777272 Change-Id: Ie80adaee100f797259f894b2c413e153e85c3bbb
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a2db20a..24fd6f3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -109,4 +109,9 @@
<!-- In-call screen: message displayed in an error dialog -->
<string name="incall_error_missing_voicemail_number">Voicemail number unknown.</string>
+ <!-- Choice in the ringtone picker. If chosen, there will be silence instead of a ringtone played. -->
+ <string name="ringtone_silent">None</string>
+ <!-- If there is ever a ringtone set for some setting, but that ringtone can no longer be resolved, this is shown instead. For example, if the ringtone was on a SD card and it had been removed, this would be shown for ringtones on that SD card. -->
+ <string name="ringtone_unknown">Unknown ringtone</string>
+
</resources>