android_vendor_hardware_ove.../ONN/mid7019/res/values/arrays.xml
Justin Settle a4c8bb42ca
Rename ONN 100071481 to mid7019 to hopefully fix build
I've left android:requiredSystemPropertyValue="+*onn/100071481*" with
the numeric string but I've changed the description name to be not
entirly numeric.  I'm using the tablet's "other name" based on below:

[ro.bootimage.build.fingerprint]: [onn/100071481/mid7019_mr_32:11/RP1A.200720.011/qyh20220216:user/release-keys]
2023-03-06 08:12:23 -05:00

16 lines
488 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="config_tether_wifi_regexs" />
<string-array name="networkAttributes">
<item>wifi,1,1,2,-1,true</item>
<item>tedongle,49,49,1,-1,true</item>
<item>ethernet,9,9,0,-1,true</item>
<item>wifi_p2p,13,1,0,-1,true</item>
</string-array>
<string-array name="radioAttributes">
<item>1,1</item>
<item>7,1</item>
<item>49,1</item>
</string-array>
</resources>