diff options
-rw-r--r-- | 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 bd64df1..ea7d50c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -312,7 +312,7 @@ don't support RIL_REQUEST_GET_RADIO_CAPABILITY format is UMTS|LTE|... --> - <string translatable="false" name="config_radio_access_family">GPRS|EDGE|WCDMA</string> + <string translatable="false" name="config_radio_access_family">GPRS|EDGE</string> <!-- Flag indicating whether we should enable the automatic brightness in Settings. config_hardware_automatic_brightness_available is not set, so we will use software implementation --> |