Fixed the inaccessable system properties
am: bd534ed52b
Change-Id: I6c22fcd30d636453cadd2ad6c36a48a9775e30b3
This commit is contained in:
commit
f32b1100bc
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,6 @@ ro.storage_manager.enabled u:object_r:exported3_default_prop:s0 exact bool
|
|||
ro.telephony.call_ring.multiple u:object_r:exported3_default_prop:s0 exact bool
|
||||
ro.telephony.default_cdma_sub u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.telephony.default_network u:object_r:exported3_default_prop:s0 exact string
|
||||
ro.telephony.iwlan_operation_mode u:object_r:exported3_default_prop:s0 exact int
|
||||
ro.url.legal u:object_r:exported3_default_prop:s0 exact string
|
||||
ro.url.legal.android_privacy u:object_r:exported3_default_prop:s0 exact string
|
||||
ro.vendor.build.security_patch u:object_r:vendor_security_patch_level_prop:s0 exact string
|
||||
|
@ -335,6 +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.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