sdm660-common: overlay: Add freefrom Multiwindow managment

This commit is contained in:
Max Weffers 2018-10-18 16:09:51 +02:00
parent a297ef044c
commit c70fd1c72a
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE
2 changed files with 11 additions and 0 deletions

View file

@ -115,6 +115,13 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">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>
<!-- List of regexpressions describing the interface (if any) that represent tetherable
USB interfaces. If the device doesn't want to support tething over USB this should

View file

@ -203,6 +203,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.broadcastradio@1.0-impl
# Freeform Multiwindow
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml
# GPS / Location
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl-qti \