universal7885: Enable support for freeform windows and picture-in-picture

* Add some android.software.* features too

Change-Id: Ia15b498d1ac378d2be586855c32ccfe22cd216b4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
Tim Zimmermann 2020-11-09 20:25:09 +01:00 committed by roynatech2544
commit cadd533317
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
2 changed files with 13 additions and 0 deletions

View file

@ -11,6 +11,12 @@
<bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool>
<bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
<integer name="config_screenBrightnessDoze">20</integer>
<!-- 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>
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/services.jar"</item>