summaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2012-07-30 16:35:32 -0700
committerBrian Muramatsu <btmura@google.com>2012-07-30 17:23:03 -0700
commit61788b512fd8143472479bc9f5e6327bdb1a3671 (patch)
treeb96685a5f844f5d7573eef51fc4a564b54f4ce7c /overlay/packages
parentfc3a45feb030238fc96cc31eddab9448616e0978 (diff)
downloadmako-61788b512fd8143472479bc9f5e6327bdb1a3671.tar.gz
mako: enable TTY mode
bug: 6903406 Change-Id: Ic12e7b9b2091199169aa084a3aaa87b31fe6da16
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Phone/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml
index af352a4..355bf1c 100644
--- a/overlay/packages/apps/Phone/res/values/config.xml
+++ b/overlay/packages/apps/Phone/res/values/config.xml
@@ -21,4 +21,6 @@
are routed through the android.media.AudioManager class (true) or through
the com.android.internal.telephony.Phone interface (false). -->
<bool name="send_mic_mute_to_AudioManager">true</bool>
+ <!-- Flag indicating if the tty is enabled -->
+ <bool name="tty_enabled">true</bool>
</resources>