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

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

Only enable managed_users feature for notLowRam

Bug: 68154536
Test: build, flash, adb shell pm list features
Change-Id: I5306f002f02a7e0ba93370b503b0071185417bf2
parent 943ef1aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@
    <feature name="android.software.device_admin" />

    <!-- Feature to specify if the device support managed users. -->
    <feature name="android.software.managed_users" />
    <feature name="android.software.managed_users" notLowRam="true"/>

    <!-- Feature to specify if the device supports a VR mode.
         feature name="android.software.vr.mode" -->