summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Elkouby <streetwalrus@codewalr.us>2015-12-26 19:56:34 +0200
committerEthan Chen <intervigil@gmail.com>2016-01-04 11:23:29 -0800
commit42fc97444e33fba2ea7c0b2d489a990b6b213d87 (patch)
treeac923ea74d03c96f76bf02a3bbb517f208eb2c72
parent42b053206af6c36d3e5490469f72ba514fce32d0 (diff)
mako: Set radio access family
Change-Id: Iee5c49fd38cd47aadfa24e56fb6f4e687dd3fc24
-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 812a37c..20c5f8e 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -227,6 +227,12 @@
<!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
+ <!-- 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>
+
<!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
<bool name="config_cellBroadcastAppLinks">true</bool>