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 ec7be53bfc..b6abc1bd83 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -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" --> |