Disable Settings large-screen optimization
Disable the optimization that is automatically enabled when including Window Extensions through Activity Embedding. The optimization causes to launch an additional trampoline activity for deep links, even when the screen size is smaller than required by Activity Embedding rules. Bug: 267725145 Test: Build, perf metrics Change-Id: I3310b63f655c3b859ab294b9174eb1be12cb6392
This commit is contained in:
parent
955862ddf2
commit
98c7f94308
2 changed files with 6 additions and 0 deletions
|
@ -376,3 +376,6 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
# Disable Settings large-screen optimization enabled by Window Extensions
|
||||||
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
|
persist.sys.fflag.override.settings_support_large_screen=false
|
||||||
|
|
|
@ -359,3 +359,6 @@ PRODUCT_COPY_FILES += \
|
||||||
|
|
||||||
# Window Extensions
|
# Window Extensions
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
||||||
|
# Disable Settings large-screen optimization enabled by Window Extensions
|
||||||
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
|
persist.sys.fflag.override.settings_support_large_screen=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue