summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml7
-rw-r--r--res/values/strings.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index f8f4065a..1a5f087c 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -44,4 +44,11 @@
<!-- DSDA phones that don't support local call hold need special handling -->
<bool name="dsda_supports_lch">true</bool>
+
+ <!-- Component name for the notification handler. The presence of this value will disable
+ MissedCallNotifierImpl's presentation of missed call/voice notifications [DO NOT TRANSLATE] -->
+ <string name="notification_component" translatable="false"></string>
+
+ <!-- Flag indicating whether audio should be routed to speaker when docked -->
+ <bool name="use_speaker_when_docked">true</bool>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 26df5748..cdae0039 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -85,7 +85,7 @@
<!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
due to a user restriction -->
- <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed by the device owner.</string>
+ <string name="outgoing_call_not_allowed_user_restriction">Only emergency calls are allowed.</string>
<!-- Message indicating that the user is not allowed to make non-emergency outgoing phone calls
due to the lack of the CALL_PHONE permission -->