diff options
author | 2024-08-21 16:51:01 +0800 | |
---|---|---|
committer | 2024-08-24 16:23:08 +0800 | |
commit | 3a14d884aa69b4759d422c3a3d947efebc102bf5 (patch) | |
tree | d7dc91ce8c38747f044ee374429813be2e20681b /data | |
parent | 5a74561a2b3d7d58a3e0034629b2eee277dfae20 (diff) |
Add managed_users support for ago projects
FeatureTest#testManagedProfileSupported request enable multip user
in android-go projects, add the feature support.
Bug: 361452766
Test: run cts-on-gsi -m CtsPackageManagerTestCases -t android.content.pm.cts.FeatureTest#testManagedProfileSupported
Change-Id: Id4925a2611fed4395fa057084d5e82b9f1a38818
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 --> |