summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-07-25 01:13:14 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-25 01:13:14 +0000
commit036cb5730555161e16900129d62d06b308fb4298 (patch)
treea41b363a1d232f19bd09bbb787fde6e6069770d2 /res
parent387a3a6fc57bfe069fbc93c646adb53f459619f6 (diff)
parent3f468007170d180663af54d2380046f0c2f04543 (diff)
am 3f468007: Merge "Protect against lack of WRITE_SYSTEM_SETTINGS AppOp" into mnc-dev
* commit '3f468007170d180663af54d2380046f0c2f04543': 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>