diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-08-22 22:40:37 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-08-22 22:40:37 +0200 |
commit | 31810f66985acb289f63053f6727d3fd81937608 (patch) | |
tree | 06bc9f7611cecb82c68ffdf4b021a17b988b3fc7 /overlay | |
parent | 6030117768f398e60f6b1de6715f6ead338f83ab (diff) | |
download | device_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.zip device_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.tar.gz device_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.tar.bz2 |
n5100 : enable 2G/3G switching
Change-Id: I99f5c52c22327bfc1d6eb3010b2a4afb21365951
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 599c197..a22f4f1 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -57,7 +57,7 @@ </integer-array> <!-- Boolean to enable stk functionality on Samsung phones --> - <!-- <bool name="config_samsung_stk">true</bool> --> + <bool name="config_samsung_stk">true</bool> <!-- Control the behavior when the user long presses the home button. 0 - Nothing @@ -82,4 +82,12 @@ policy/src/com/android/internal/policy/impl/PhoneWindowManager.java --> <integer name="config_doubleTapOnHomeBehavior">2</integer> + + <!-- The RadioAccessFamilies supported by the device. + Empty is viewed as "all". Only used on devices which + don't support RIL_REQUEST_GET_RADIO_CAPABILITY + format is UMTS|LTE|... + --> + <string translatable="false" name="config_radio_access_family">GPRS|EDGE|WCDMA</string> + </resources> |