summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml7
1 files changed, 7 insertions, 0 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>