Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1e85219 authored by Ng Zhi An's avatar Ng Zhi An
Browse files

Disable activities_on_secondary_displays on low ram

Bug: 69954194
Test: cts-tradefed run cts -m CtsServicesHostTestCases
-t android.server.cts.ActivityManagerDisplayTests

Change-Id: I115eac04ed75e2a2af382f94778f5b4272fc7731
parent da9904d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
    <feature name="android.software.home_screen" />
    <feature name="android.software.input_methods" />
    <feature name="android.software.picture_in_picture" notLowRam="true" />
    <feature name="android.software.activities_on_secondary_displays" />
    <feature name="android.software.activities_on_secondary_displays" notLowRam="true" />
    <feature name="android.software.print" />
    <feature name="android.software.companion_device_setup" />
    <feature name="android.software.autofill" />