[AE] Add system property to enable AE on Settings
Add system property to enable AE split on Settings for devices supporting display port. Bug: 372200182 Test: Manual Flag: com.android.window.flags.activity_embedding_support_for_connected_displays Change-Id: I7e8c1c45b392ebce4f5529b49de654dcea925b6d
This commit is contained in:
parent
8294ed3f57
commit
9a4f1858b2
1 changed files with 4 additions and 0 deletions
|
@ -221,6 +221,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
persist.vendor.usb.displayport.enabled=1
|
||||
endif
|
||||
|
||||
# Enable Settings 2-pane optimization for devices supporting display ports.
|
||||
PRODUCT_SYSTEM_PROPERTIES += \
|
||||
persist.settings.large_screen_opt_for_dp.enabled=true
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.sys.hdcp_checking=drm-only
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue