Merge "Move display properties from tracking_denials to vendor" into main
This commit is contained in:
commit
561bce895b
2 changed files with 3 additions and 4 deletions
|
@ -15,8 +15,4 @@ vendor.gf. u:object_r:vendor_fingerprint_prop:s0
|
|||
persist.vendor.shutdown. u:object_r:vendor_shutdown_prop:s0
|
||||
# Dynamic sensor
|
||||
vendor.dynamic_sensor. u:object_r:vendor_dynamic_sensor_prop:s0
|
||||
# Display
|
||||
ro.vendor.primarydisplay.xrr.version u:object_r:vendor_display_prop:s0 exact string
|
||||
ro.vendor.primarydisplay.vrr.expected_present.headsup_ns u:object_r:vendor_display_prop:s0 exact int
|
||||
ro.vendor.primarydisplay.vrr.expected_present.timeout_ns u:object_r:vendor_display_prop:s0 exact int
|
||||
|
||||
|
|
3
vendor/property_contexts
vendored
3
vendor/property_contexts
vendored
|
@ -26,3 +26,6 @@ vendor.mali. u:object_r:vendor_arm_runtime_option_
|
|||
|
||||
# Display
|
||||
persist.vendor.primarydisplay. u:object_r:vendor_display_prop:s0 prefix
|
||||
ro.vendor.primarydisplay.xrr.version u:object_r:vendor_display_prop:s0 exact string
|
||||
ro.vendor.primarydisplay.vrr.expected_present.headsup_ns u:object_r:vendor_display_prop:s0 exact int
|
||||
ro.vendor.primarydisplay.vrr.expected_present.timeout_ns u:object_r:vendor_display_prop:s0 exact int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue