diff options
-rw-r--r-- | overlay/aosp/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/aosp/frameworks/base/core/res/res/values/config.xml b/overlay/aosp/frameworks/base/core/res/res/values/config.xml index 185ec3f..f9fecb3 100644 --- a/overlay/aosp/frameworks/base/core/res/res/values/config.xml +++ b/overlay/aosp/frameworks/base/core/res/res/values/config.xml @@ -58,4 +58,10 @@ <!-- The default iface on which to monitor data use --> <string name="config_datause_iface">pdp0</string> + + <!-- 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">GSM | WCDMA</string> </resources> |