msm8976-common: overlay: Update network and radio attributes

This commit is contained in:
LuK1337 2017-12-27 20:31:14 +01:00
parent 153d99643d
commit cf378f6270
1 changed files with 6 additions and 7 deletions

View File

@ -133,10 +133,9 @@
does not require auto-restore. -->
<!-- the 6th element indicates boot-time dependency-met value. -->
<string-array translatable="false" name="networkAttributes">
<item>wifi,1,1,1,-1,true</item>
<item>bluetooth,7,7,0,-1,true</item>
<item>wifi_p2p,13,1,0,-1,true</item>
<item>ethernet,9,9,2,-1,ture</item>
<item>"wifi,1,1,2,-1,true"</item>
<item>"bluetooth,7,7,0,-1,true"</item>
<item>"ethernet,9,9,9,-1,true"</item>
</string-array>
<!-- This string array should be overridden by the device to present a list of radio
@ -145,9 +144,9 @@
<!-- An Array of "[ConnectivityManager connectionType],
[# simultaneous connection types]" -->
<string-array translatable="false" name="radioAttributes">
<item>1,1</item>
<item>0,1</item>
<item>7,1</item>
<item>"1,1"</item>
<item>"7,1"</item>
<item>"9,1"</item>
</string-array>
<!-- Boolean indicating whether the wifi chipset has dual frequency band support -->