diff options
-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> |