mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
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:
parent
b454e32239
commit
cadd533317
2 changed files with 13 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue