Merge "Changed IWLAN operation mode system properties to enum"
am: be93704fc5
Change-Id: I296a0fe6b4f62ce54b84241e4a8b292408aca002
This commit is contained in:
commit
00cc584993
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.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.model u:object_r:exported_default_prop:s0 exact string
|
||||||
ro.product.vendor.name 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 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.date.utc u:object_r:exported_default_prop:s0 exact int
|
||||||
ro.vendor.build.fingerprint u:object_r:exported_default_prop:s0 exact string
|
ro.vendor.build.fingerprint u:object_r:exported_default_prop:s0 exact string
|
||||||
|
|
Loading…
Reference in a new issue