Skip to content

Commit

Permalink
sprout8: define radio access family
Browse files Browse the repository at this point in the history
Change-Id: Ifa32d0c19e2b2636468331b5b0a4c144235e570a
  • Loading branch information
varunchitre15 committed Dec 17, 2015
1 parent 4509f21 commit 142105a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,9 @@
<!--
<bool name="config_proximityCheckOnWake">true</bool>
<integer name="config_proximityCheckTimeout">400</integer> -->
<!-- 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>

0 comments on commit 142105a

Please sign in to comment.