diff options
author | Caio Schnepper <caioschnepper@gmail.com> | 2015-11-27 15:13:40 -0200 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2015-11-27 15:17:00 -0200 |
commit | dfdb12deb9f09c27aa664e3bd72f39440f7380b6 (patch) | |
tree | 85097b644e1374829b9eb106db5062262515f5be | |
parent | 59bc317680877a0181f0484aa20d4ba5bf21ae43 (diff) | |
download | device_samsung_galaxys2-common-dfdb12deb9f09c27aa664e3bd72f39440f7380b6.zip device_samsung_galaxys2-common-dfdb12deb9f09c27aa664e3bd72f39440f7380b6.tar.gz device_samsung_galaxys2-common-dfdb12deb9f09c27aa664e3bd72f39440f7380b6.tar.bz2 |
galaxys2-common: Set radio access families
Change-Id: I0ecc21257e6995b68089454a7d8bad68f01395e4
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 8 |
1 files changed, 7 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 cb5ee3c..2a3ab52 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -149,9 +149,15 @@ <item>10</item> </integer-array> + <!-- 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|UMTS|HSDPA|HSUPA|HSPAP|GSM|WCDMA</string> + <!-- The default iface on which to monitor data use --> <string name="config_datause_iface">pdp0</string> - + <!-- Allow the menu hard key to be disabled in LockScreen on some devices --> <bool name="config_disableMenuKeyInLockScreen">true</bool> |