diff options
author | 2017-10-31 13:13:45 -0700 | |
---|---|---|
committer | 2017-10-31 13:13:45 -0700 | |
commit | f5a303346f357b026fb46ce6319e446932820afc (patch) | |
tree | 01382c7476df7e2fbfefb2dd8c58e10e1ae835b3 | |
parent | 943ef1aa4f8ff09adffe1b15314bc8777aba1f97 (diff) |
Only enable managed_users feature for notLowRam
Bug: 68154536
Test: build, flash, adb shell pm list features
Change-Id: I5306f002f02a7e0ba93370b503b0071185417bf2
-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" --> |