Loading overlay/frameworks/base/core/res/res/values/config.xml +7 −0 Original line number Diff line number Diff line Loading @@ -262,6 +262,13 @@ in hardware. --> <bool name="config_setColorTransformAccelerated">true</bool> <!-- The device supports freeform window management. Windows have title bars and can be moved and resized. If you set this to true, you also need to add PackageManager.FEATURE_FREEFORM_WINDOW_MANAGEMENT feature to your device specification. The duplication is necessary, because this information is used before the features are available to the system.--> <bool name="config_freeformWindowManagement">true</bool> <!-- True if the device supports Sustained Performance Mode--> <bool name="config_sustainedPerformanceModeSupported">true</bool> Loading universal9810-common.mk +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.fingerprint.xml \ frameworks/native/data/etc/android.hardware.sensor.heartrate.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.sensor.heartrate.xml \ frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.vr.high_performance.xml frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.vr.high_performance.xml \ frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.freeform_window_management.xml \ frameworks/native/data/etc/android.software.picture_in_picture.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.picture_in_picture.xml # Soong PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) Loading Loading
overlay/frameworks/base/core/res/res/values/config.xml +7 −0 Original line number Diff line number Diff line Loading @@ -262,6 +262,13 @@ in hardware. --> <bool name="config_setColorTransformAccelerated">true</bool> <!-- The device supports freeform window management. Windows have title bars and can be moved and resized. If you set this to true, you also need to add PackageManager.FEATURE_FREEFORM_WINDOW_MANAGEMENT feature to your device specification. The duplication is necessary, because this information is used before the features are available to the system.--> <bool name="config_freeformWindowManagement">true</bool> <!-- True if the device supports Sustained Performance Mode--> <bool name="config_sustainedPerformanceModeSupported">true</bool> Loading
universal9810-common.mk +3 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.fingerprint.xml \ frameworks/native/data/etc/android.hardware.sensor.heartrate.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.sensor.heartrate.xml \ frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.vr.high_performance.xml frameworks/native/data/etc/android.hardware.vr.high_performance.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.vr.high_performance.xml \ frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.freeform_window_management.xml \ frameworks/native/data/etc/android.software.picture_in_picture.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.software.picture_in_picture.xml # Soong PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) Loading