aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRGIB <gibellini.roberto@gmail.com>2016-08-22 22:40:37 +0200
committerRGIB <gibellini.roberto@gmail.com>2016-08-22 22:40:37 +0200
commit31810f66985acb289f63053f6727d3fd81937608 (patch)
tree06bc9f7611cecb82c68ffdf4b021a17b988b3fc7
parent6030117768f398e60f6b1de6715f6ead338f83ab (diff)
downloaddevice_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.zip
device_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.tar.gz
device_samsung_n5100-31810f66985acb289f63053f6727d3fd81937608.tar.bz2
n5100 : enable 2G/3G switching
Change-Id: I99f5c52c22327bfc1d6eb3010b2a4afb21365951
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml10
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>