diff options
author | Caio Schnepper <caioschnepper@gmail.com> | 2016-02-04 08:04:19 -0200 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2016-02-04 08:04:19 -0200 |
commit | 20a3e661ad03f299bd2e5b675472a23ea518c062 (patch) | |
tree | e90e54a1ee07b9e583fd39bfe37126188d47b871 /overlay | |
parent | 0645c2e2ac49389d0f283db55c9f0f49f20fc852 (diff) | |
download | device_samsung_galaxys2-common-20a3e661ad03f299bd2e5b675472a23ea518c062.zip device_samsung_galaxys2-common-20a3e661ad03f299bd2e5b675472a23ea518c062.tar.gz device_samsung_galaxys2-common-20a3e661ad03f299bd2e5b675472a23ea518c062.tar.bz2 |
galaxys2-common: Clean up radio acess families
Change-Id: I802d1a57c6ea01898d3fae758662cf629543f3df
Diffstat (limited to 'overlay')
-rwxr-xr-x | overlay/frameworks/base/core/res/res/values/config.xml | 2 |
1 files changed, 1 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 2a3ab52..1ef9601 100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -153,7 +153,7 @@ 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> + <string translatable="false" name="config_radio_access_family">GPRS|EDGE|WCDMA</string> <!-- The default iface on which to monitor data use --> <string name="config_datause_iface">pdp0</string> |