Merge "Add System Property Controlling Animators" into tm-dev am: 6eb7171c4b
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/sepolicy/+/18565495 Change-Id: I0f8e5c4b1f876545c192812851b5d18c8897acfd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
399f831f56
8 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
evsmanagerd_service
|
||||
extra_free_kbytes
|
||||
extra_free_kbytes_exec
|
||||
framework_status_prop
|
||||
fs_bpf_vendor
|
||||
game_mode_intervention_list_file
|
||||
gesture_prop
|
||||
|
|
|
@ -1205,6 +1205,9 @@ cache_key.telephony. u:object_r:binder_cache_telephony_serve
|
|||
framework_watchdog.fatal_count u:object_r:framework_watchdog_config_prop:s0 exact int
|
||||
framework_watchdog.fatal_window.second u:object_r:framework_watchdog_config_prop:s0 exact int
|
||||
|
||||
# Framework configuration properties.
|
||||
framework.pause_bg_animations.enabled u:object_r:framework_status_prop:s0 exact bool
|
||||
|
||||
gsm.operator.iso-country u:object_r:telephony_status_prop:s0 exact string
|
||||
gsm.sim.operator.iso-country u:object_r:telephony_status_prop:s0 exact string
|
||||
gsm.sim.operator.numeric u:object_r:telephony_status_prop:s0 exact string
|
||||
|
|
|
@ -116,6 +116,7 @@ get_prop(domain, exported_dumpstate_prop)
|
|||
get_prop(domain, exported_secure_prop)
|
||||
get_prop(domain, exported_system_prop)
|
||||
get_prop(domain, fingerprint_prop)
|
||||
get_prop(domain, framework_status_prop)
|
||||
get_prop(domain, gwp_asan_prop)
|
||||
get_prop(domain, hal_instrumentation_prop)
|
||||
get_prop(domain, hw_timeout_multiplier_prop)
|
||||
|
|
|
@ -199,6 +199,7 @@ system_public_prop(exported_bluetooth_prop)
|
|||
system_public_prop(exported_overlay_prop)
|
||||
system_public_prop(exported_pm_prop)
|
||||
system_public_prop(ffs_control_prop)
|
||||
system_public_prop(framework_status_prop)
|
||||
system_public_prop(gesture_prop)
|
||||
system_public_prop(hal_dumpstate_config_prop)
|
||||
system_public_prop(sota_prop)
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
evsmanagerd_service
|
||||
extra_free_kbytes
|
||||
extra_free_kbytes_exec
|
||||
framework_status_prop
|
||||
fs_bpf_vendor
|
||||
game_mode_intervention_list_file
|
||||
gesture_prop
|
||||
|
|
|
@ -1209,6 +1209,9 @@ cache_key.telephony. u:object_r:binder_cache_telephony_serve
|
|||
framework_watchdog.fatal_count u:object_r:framework_watchdog_config_prop:s0 exact int
|
||||
framework_watchdog.fatal_window.second u:object_r:framework_watchdog_config_prop:s0 exact int
|
||||
|
||||
# Framework configuration properties.
|
||||
framework.pause_bg_animations.enabled u:object_r:framework_status_prop:s0 exact bool
|
||||
|
||||
gsm.operator.iso-country u:object_r:telephony_status_prop:s0 exact string
|
||||
gsm.sim.operator.iso-country u:object_r:telephony_status_prop:s0 exact string
|
||||
gsm.sim.operator.numeric u:object_r:telephony_status_prop:s0 exact string
|
||||
|
|
|
@ -116,6 +116,7 @@ get_prop(domain, exported_dumpstate_prop)
|
|||
get_prop(domain, exported_secure_prop)
|
||||
get_prop(domain, exported_system_prop)
|
||||
get_prop(domain, fingerprint_prop)
|
||||
get_prop(domain, framework_status_prop)
|
||||
get_prop(domain, gwp_asan_prop)
|
||||
get_prop(domain, hal_instrumentation_prop)
|
||||
get_prop(domain, hw_timeout_multiplier_prop)
|
||||
|
|
|
@ -199,6 +199,7 @@ system_public_prop(exported_bluetooth_prop)
|
|||
system_public_prop(exported_overlay_prop)
|
||||
system_public_prop(exported_pm_prop)
|
||||
system_public_prop(ffs_control_prop)
|
||||
system_public_prop(framework_status_prop)
|
||||
system_public_prop(gesture_prop)
|
||||
system_public_prop(hal_dumpstate_config_prop)
|
||||
system_public_prop(sota_prop)
|
||||
|
|
Loading…
Reference in a new issue