diff options
author | 2024-10-29 23:38:08 +0000 | |
---|---|---|
committer | 2024-10-29 23:38:08 +0000 | |
commit | 46fa4905a255f0b9e3feb0eba5566a0a51424de5 (patch) | |
tree | 0a90a0f5c89e4cb44de289bf92aaf77fff8d5cee /data | |
parent | 029f920de17af7d538c1a488c2862afbea1adc29 (diff) | |
parent | be4a224a408b5a45e48f186aa1ff9c88eec15674 (diff) |
Merge "Add managed_users support for ago projects" into main am: 3df0687916 am: be4a224a40
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3239260
Change-Id: I089696e794749ca1c3d0ff5bd12c0cc137acbe23
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/etc/go_handheld_core_hardware.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/go_handheld_core_hardware.xml b/data/etc/go_handheld_core_hardware.xml index 8df7fdbb16..a092842fa9 100644 --- a/data/etc/go_handheld_core_hardware.xml +++ b/data/etc/go_handheld_core_hardware.xml @@ -51,6 +51,9 @@ <!-- Feature to specify if the device supports adding device admins. --> <feature name="android.software.device_admin" /> + <!-- Feature to specify if the device support managed users. --> + <feature name="android.software.managed_users" /> + <!-- Devices with all optimizations required to support VR Mode and pass all CDD requirements for this feature may include android.hardware.vr.high_performance --> |