Changed IWLAN operation mode system properties to enum
Changed the system properties to enum. The valid modes are "default", "legacy", and "AP-assisted". Test: Manual Bug: 126218288 Change-Id: Ib70ed8606e845ca29453013a400b377647e15490
This commit is contained in:
parent
20fe557ec5
commit
d8514fb33e
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ ro.product.vendor.device u:object_r:exported_default_prop:s0 exact string
|
|||
ro.product.vendor.manufacturer u:object_r:exported_default_prop:s0 exact string
|
||||
ro.product.vendor.model u:object_r:exported_default_prop:s0 exact string
|
||||
ro.product.vendor.name u:object_r:exported_default_prop:s0 exact string
|
||||
ro.telephony.iwlan_operation_mode u:object_r:exported_radio_prop:s0 exact int
|
||||
ro.telephony.iwlan_operation_mode u:object_r:exported_radio_prop:s0 exact enum default legacy AP-assisted
|
||||
ro.vendor.build.date u:object_r:exported_default_prop:s0 exact string
|
||||
ro.vendor.build.date.utc u:object_r:exported_default_prop:s0 exact int
|
||||
ro.vendor.build.fingerprint u:object_r:exported_default_prop:s0 exact string
|
||||
|
|
Loading…
Reference in a new issue