summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall/impl/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/precall/impl/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/precall/impl/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/com/android/dialer/precall/impl/res/values/strings.xml b/java/com/android/dialer/precall/impl/res/values/strings.xml
index 2560e4999..0b59607b6 100644
--- a/java/com/android/dialer/precall/impl/res/values/strings.xml
+++ b/java/com/android/dialer/precall/impl/res/values/strings.xml
@@ -15,6 +15,9 @@
~ limitations under the License
-->
<resources>
+ <!-- Toast when the user tried to place a call but has revoked phone permission [CHAR_LIMIT=none] -->
+ <string name="pre_call_permission_check_no_phone_permission">Cannot make call without phone permission</string>
+
<!-- Title of the dialog to select which SIM to call with before making a call, if the device has
multiple SIMs [CHAR LIMIT=40]-->
<string name="pre_call_select_phone_account">Choose SIM for this call</string>