mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Add Mobile props
This commit is contained in:
parent
7e86140ab5
commit
b34d71d030
2 changed files with 3 additions and 1 deletions
|
@ -241,7 +241,7 @@
|
|||
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 | LTE</string>
|
||||
<string translatable="false" name="config_radio_access_family">GSM|WCDMA|LTE</string>
|
||||
|
||||
<!-- Hardware keys present on the device, stored as a bit field.
|
||||
This integer should equal the sum of the corresponding value for each
|
||||
|
|
|
@ -9,3 +9,5 @@ DEVICE_PROVISIONED=1
|
|||
persist.radio.apm_sim_not_pwdn=1
|
||||
# Display Traditional Chinese/Simplified Chinese carriers name
|
||||
persist.radio.use_cc_names=true
|
||||
ro.com.android.mobiledata=false
|
||||
persist.radio.no_wait_for_card=1
|
||||
|
|
Loading…
Reference in a new issue