summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGaurav Sarode <sgaurav@google.com>2022-01-04 16:31:19 -0800
committerGaurav Sarode <sgaurav@google.com>2022-01-05 01:12:18 +0000
commit7a327f53849d306c69fd6486b0e2a4f286a5ffc0 (patch)
tree3d26500a3fa249a0edd50f177c4946dc4777a587 /data
parent6594953acb25e51fb82051c6ccc292282c83a8cb (diff)
downloadnative-7a327f53849d306c69fd6486b0e2a4f286a5ffc0.tar.gz
Automotive: Disable software.managed_users feature for all
Bug: 158023713 Bug: 170332519 Test: Local build and test Change-Id: Ibca82ca515ea3daa77d23c65b7a84626a4dc0db3
Diffstat (limited to 'data')
-rw-r--r--data/etc/android.hardware.type.automotive.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/etc/android.hardware.type.automotive.xml b/data/etc/android.hardware.type.automotive.xml
index a9b4b0526a..113945b0c5 100644
--- a/data/etc/android.hardware.type.automotive.xml
+++ b/data/etc/android.hardware.type.automotive.xml
@@ -17,4 +17,6 @@
<!-- These features determine that the device running android is a car. -->
<permissions>
<feature name="android.hardware.type.automotive" />
+ <!-- TODO: Revert this after enabling work profiles refer b/170332519 -->
+ <unavailable-feature name="android.software.managed_users"/>
</permissions>