Skip to content

Commit 0374fe7

Browse files
committed
config: Enable freeform and large screen support for tablet targets
Change-Id: I14828b038b9a634a72b5675eafc35f1b9394b267 Signed-off-by: techyminati <sinha.aryan03@gmail.com>
1 parent d89b6c0 commit 0374fe7

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

config/common_full_tablet.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cipher/overlay/dictionaries
1414
PRODUCT_PRODUCT_PROPERTIES += \
1515
persist.settings.large_screen_opt.enabled=true
1616

17+
# Freeform window management
18+
PRODUCT_COPY_FILES += \
19+
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml
20+
1721
$(call inherit-product, vendor/cipher/config/telephony.mk)

config/common_full_tablet_wifionly.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ PRODUCT_PACKAGE_OVERLAYS += vendor/cipher/overlay/dictionaries
1414
PRODUCT_PRODUCT_PROPERTIES += \
1515
persist.settings.large_screen_opt.enabled=true
1616

17+
# Freeform window management
18+
PRODUCT_COPY_FILES += \
19+
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml
20+
1721
$(call inherit-product, vendor/cipher/config/wifionly.mk)

config/common_mini_tablet.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ $(call inherit-product, vendor/cipher/config/common_mini.mk)
77
PRODUCT_PACKAGES += \
88
LatinIME
99

10+
# Freeform window management
11+
PRODUCT_COPY_FILES += \
12+
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml
13+
1014
$(call inherit-product, vendor/cipher/config/telephony.mk)

config/common_mini_tablet_wifionly.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ $(call inherit-product, vendor/cipher/config/common_mini.mk)
77
PRODUCT_PACKAGES += \
88
LatinIME
99

10+
# Freeform window management
11+
PRODUCT_COPY_FILES += \
12+
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.freeform_window_management.xml
13+
1014
$(call inherit-product, vendor/cipher/config/wifionly.mk)

0 commit comments

Comments
 (0)