summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2015-07-03 23:52:38 -0700
committerIan Pedowitz <ijpedowitz@google.com>2015-07-03 23:52:38 -0700
commit3071c688e9fd2d699bd18c3168440ce503a2fc06 (patch)
tree0940d5f102f48fe00aca1a335f73cdef76edc819 /overlay
parentd7d6230f73123d598a1dbba18e42388aafe04fe9 (diff)
downloadshamu-3071c688e9fd2d699bd18c3168440ce503a2fc06.tar.gz
Moving config_radio_access_family definition for shamu from
platform/vendor/moto/shamu to device/moto/shamu Bug: 22265120 Change-Id: I65e8cb5293b52d6bdedd1f036f74832ae1f6f33e
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 899d5ebb..0f6a1d25 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -322,4 +322,10 @@
<item>INTERMEDIATE_POS=0</item>
<item>SUPL_ES=0</item>
</string-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">GSM | WCDMA | LTE | CDMA | EVDO</string>
</resources>