sm6250-common: overlay: add radio attributes

This commit is contained in:
Demon000 2020-07-11 15:01:42 +03:00
parent f8db2c82cc
commit 07c1c93f5c

View File

@ -130,4 +130,15 @@
<item>mobile_emergency,15,0,5,-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
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->
<!-- An Array of "[ConnectivityManager connectionType],
[# simultaneous connection types]" -->
<string-array name="radioAttributes">
<item>"1,1"</item>
<item>"0,1"</item>
<item>"7,1"</item>
</string-array>
</resources>