diff options
| -rw-r--r-- | data/etc/handheld_core_hardware.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml index 0d5d206438..ec7be53bfc 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -45,7 +45,7 @@ <feature name="android.software.backup" /> <feature name="android.software.home_screen" /> <feature name="android.software.input_methods" /> - <feature name="android.software.picture_in_picture" /> + <feature name="android.software.picture_in_picture" notLowRam="true" /> <feature name="android.software.activities_on_secondary_displays" /> <feature name="android.software.print" /> <feature name="android.software.companion_device_setup" /> |