diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-02-23 14:28:03 +0100 |
|---|---|---|
| committer | LuK1337 <priv.luk@gmail.com> | 2016-02-23 14:29:57 +0100 |
| commit | b32a6bb7eca82e72e9ba1622a99d850e57f93238 (patch) | |
| tree | cabe17c1e8879694b3a99b5322b15042b484bd4c /overlay | |
| parent | dced1acb295dcc8b2c2ab2ff267c98d9374e4fb0 (diff) | |
msm8916-common: Enable LTE
* Apparently we forgot about that so LTE
hasn't been listed in "Preferred network type".
Change-Id: I094191b264d522b951141a9df2f4b90edb065ed0
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml index 1aa99be..3f6968f 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -16,6 +16,9 @@ <resources> + <!-- Show enabled lte option for lte device --> + <bool name="config_enabled_lte" translatable="false">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). --> |
