summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shrikar Amirisetty <shrikar@google.com> 2024-12-06 12:48:06 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-12-06 12:48:06 +0000
commit2b30e488f3ca6fbe32c403fee708101683e0041f (patch)
tree97664bfb52cd3e913061cebfde29e69871feff9c
parent9bab56b91a6d26214a1dbf30459c130835f65633 (diff)
parent0b1cc7e418a3f350841ffdee20a563af19031aa3 (diff)
Merge "Added read and write EXTERIOR_LIGHTS_3P permissions to cts manifest" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml b/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml
index be29449b8..6fa33c123 100644
--- a/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml
@@ -186,6 +186,12 @@
android:protectionLevel="signature|privileged"
android:label="@string/car_permission_label_control_car_exterior_lights"
android:description="@string/car_permission_desc_control_car_exterior_lights"/>
+ <permission android:name="android.car.permission.READ_CAR_EXTERIOR_LIGHTS"
+ android:permissionGroup="android.car.permission-group.CAR_MONITORING"
+ android:protectionLevel="dangerous"
+ android:label="@string/car_permission_label_read_car_exterior_lights"
+ android:description="@string/car_permission_desc_car_read_exterior_lights"
+ android:featureFlag="android.car.feature.android_b_vehicle_properties" />
<permission android:name="android.car.permission.READ_CAR_INTERIOR_LIGHTS"
android:protectionLevel="signature|privileged"
android:label="@string/car_permission_label_car_interior_lights"