diff options
| author | Kasual52e <mushroomhead52e@gmail.com> | 2016-01-04 14:42:20 -0800 |
|---|---|---|
| committer | Kasual52e <mushroomhead52e@gmail.com> | 2016-02-11 21:48:42 -0800 |
| commit | 19bb8938ea33724e71391ea5a9ca5312798be39c (patch) | |
| tree | a184f947fbbdf673f1529c25a70bf9803d296e52 | |
| parent | 970ca97e8a07a630762b2527b4548b2d9d12a238 (diff) | |
ls990: enable Sprint MWI Quirk
Settings > Calls > Voicemail > Message wait indicator
Depends on
http://review.cyanogenmod.org/#/c/126627/
and
http://review.cyanogenmod.org/#/c/126628/
Change-Id: Id13b9a5ecb342272f844cc22fd5f0fa652f6c652
| -rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml index 3e24692..48e9746 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -20,4 +20,8 @@ <resources> <!-- Show APN Settings for some CDMA carriers --> <bool name="config_show_apn_setting_cdma">true</bool> + + <!-- Sprint Message Wait Indicator Quirk --> + <bool name="sprint_mwi_quirk">true</bool> + </resources> |
