aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheBr0ken <jtoro2716@gmail.com>2015-05-22 09:23:33 -0400
committerTheBr0ken <jtoro2716@gmail.com>2015-05-22 09:23:33 -0400
commitea888f6e1ff4388c8567e98b0627acfad332a1e2 (patch)
treec3645fa39a1b158c7d55dac6c3adc2765441ceaf
parent76c165c60f301760215ac177da7a2a1fb53b1e45 (diff)
t0lte: overlay-cdma: (1/2) Enable Message Wait Indicator by default
Message Wait Indicator Quirk is Sprint specific. Lets not disable it by default for all CDMA devices tolte >> l900 Change-Id: I1e5883cdea18f5266bb372bfffe01d65575dcd10 Signed-off-by: TheBr0ken <jtoro2716@gmail.com>
-rwxr-xr-xoverlay-cdma/packages/services/Telephony/res/values/config.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/overlay-cdma/packages/services/Telephony/res/values/config.xml b/overlay-cdma/packages/services/Telephony/res/values/config.xml
index 3cee21a..ee4b56f 100755
--- a/overlay-cdma/packages/services/Telephony/res/values/config.xml
+++ b/overlay-cdma/packages/services/Telephony/res/values/config.xml
@@ -20,13 +20,6 @@
<!-- Determines if device implements a noise suppression device for in call audio-->
<bool name="has_in_call_noise_suppression">true</bool>
- <!-- Sprint Message Wait Indicator Quirk
- If true, message wait indicators are hidden by default on this device
- unless the user enables it in Call Settings. This quirk is necessary
- for the "Phantom Voicemail" issue where notifications that are
- impossible to dismiss on the Sprint network. -->
- <bool name="sprint_mwi_quirk">true</bool>
-
<!-- Determine whether calls to mute the microphone in PhoneUtils
are routed through the android.media.AudioManager class (true) or through
the com.android.internal.telephony.Phone interface (false). -->