diff options
author | 2017-11-03 17:37:16 +0000 | |
---|---|---|
committer | 2017-11-03 17:37:16 +0000 | |
commit | c090b0984eb1e7c99c12969a203b1342e3be2f05 (patch) | |
tree | f9b084c556fc7876241b9fa80006b0a412ab216c | |
parent | bf09a05eb2be41a75f5b1a8681529c4c8dd89fbe (diff) | |
parent | f5a303346f357b026fb46ce6319e446932820afc (diff) |
Merge "Only enable managed_users feature for notLowRam"
-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" --> |