summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-07-25 15:54:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-25 15:54:36 +0000
commitffeb2959e177a7f94321ca9ca3b3e55726fd7df2 (patch)
tree8ac9ab9e0e81d50cc2983f39f5fdbf362cd9fd4e /res
parentf3feddc3b9b7105b34b52ae89d69127ea2ebaac0 (diff)
parent036cb5730555161e16900129d62d06b308fb4298 (diff)
downloadandroid_packages_apps_Dialer-ffeb2959e177a7f94321ca9ca3b3e55726fd7df2.tar.gz
android_packages_apps_Dialer-ffeb2959e177a7f94321ca9ca3b3e55726fd7df2.tar.bz2
android_packages_apps_Dialer-ffeb2959e177a7f94321ca9ca3b3e55726fd7df2.zip
am 036cb573: am 3f468007: Merge "Protect against lack of WRITE_SYSTEM_SETTINGS AppOp" into mnc-dev
* commit '036cb5730555161e16900129d62d06b308fb4298': Protect against lack of WRITE_SYSTEM_SETTINGS AppOp
Diffstat (limited to 'res')
-rw-r--r--res/values/ids.xml1
-rw-r--r--res/values/strings.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index e2f0ff593..d8f4aa877 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -17,4 +17,5 @@
<resources>
<item type="id" name="context_menu_copy_to_clipboard" />
<item type="id" name="context_menu_edit_before_call" />
+ <item type="id" name="settings_header_sounds_and_vibration" />
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eec9b0ca7..5e2476db0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -813,4 +813,7 @@
<!-- Shown as a prompt to turn on the phone permission to allow a call to be placed -->
<string name="permission_place_call">To place a call,\n turn on the Phone permission.</string>
+
+ <!-- Shown as a message that notifies the user that the Phone app cannot write to system settings, which is why the system settings app is being launched directly instead.-->
+ <string name="toast_cannot_write_system_settings">Phone app does not have permission to write to system settings.</string>
</resources>