Add a sysprop to set display update imminent timeout am: 3c24ea1793
am: fca308fbdf
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1688265 Change-Id: Id34364f5bf660f11228c1c6c99599dea4cac1ccb
This commit is contained in:
commit
7aa2308b9e
1 changed files with 2 additions and 1 deletions
|
@ -1041,6 +1041,7 @@ ro.surface_flinger.refresh_rate_switching u:object_r:surfaceflin
|
|||
ro.surface_flinger.update_device_product_info_on_hotplug_reconnect u:object_r:surfaceflinger_prop:s0 exact bool
|
||||
ro.surface_flinger.enable_frame_rate_override u:object_r:surfaceflinger_prop:s0 exact bool
|
||||
ro.surface_flinger.enable_layer_caching u:object_r:surfaceflinger_prop:s0 exact bool
|
||||
ro.surface_flinger.display_update_imminent_timeout_ms u:object_r:surfaceflinger_prop:s0 exact int
|
||||
|
||||
ro.sf.disable_triple_buffer u:object_r:surfaceflinger_prop:s0 exact bool
|
||||
ro.sf.lcd_density u:object_r:surfaceflinger_prop:s0 exact int
|
||||
|
@ -1168,4 +1169,4 @@ ro.soc.model u:object_r:soc_prop:s0 exact string
|
|||
persist.rollback.is_test u:object_r:rollback_test_prop:s0 exact bool
|
||||
|
||||
# bootanimation properties
|
||||
ro.bootanim.quiescent.enabled u:object_r:bootanim_config_prop:s0 exact bool
|
||||
ro.bootanim.quiescent.enabled u:object_r:bootanim_config_prop:s0 exact bool
|
||||
|
|
Loading…
Reference in a new issue