mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-03 20:37:17 +09:00
sm6250-common: overlay: add radio attributes
This commit is contained in:
parent
f8db2c82cc
commit
07c1c93f5c
@ -130,4 +130,15 @@
|
|||||||
<item>mobile_emergency,15,0,5,-1,true</item>
|
<item>mobile_emergency,15,0,5,-1,true</item>
|
||||||
<item>ethernet,9,9,9,-1,true</item>
|
<item>ethernet,9,9,9,-1,true</item>
|
||||||
</string-array>
|
</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>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user