summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Terry Guan <terryguan@google.com> 2024-11-22 14:12:11 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-22 14:12:11 +0000
commita69cf47c82e48ffb1efce8bb75cdb8709a42bbe4 (patch)
treeedbfab669208b98797c980a1dd3b1a5b5b06c107
parent815de3962c017e86050ad6c51f809a10282a1a67 (diff)
parent52a428c092837b596f2cf17278e5e52c57d0a582 (diff)
Merge "Add permissions to cts tests" into main
-rw-r--r--tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml12
1 files changed, 12 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 783cd7f6b..e123f13ce 100644
--- a/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml
+++ b/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml
@@ -620,4 +620,16 @@
android:protectionLevel="signature|privileged"
android:label="@string/car_permission_label_bind_app_card_provider"
android:description="@string/car_permission_desc_bind_app_card_provider" />
+ <permission
+ android:name="android.car.permission.RECORD_VEHICLE_PROPERTIES"
+ android:protectionLevel="signature"
+ android:label="@string/car_permission_label_record_vehicle_properties"
+ android:description="@string/car_permission_desc_record_vehicle_properties"
+ android:featureFlag="android.car.feature.car_power_cancel_shell_command" />
+ <permission
+ android:name="android.car.permission.INJECT_VEHICLE_PROPERTIES"
+ android:protectionLevel="signature"
+ android:label="@string/car_permission_label_inject_vehicle_properties"
+ android:description="@string/car_permission_desc_inject_vehicle_properties"
+ android:featureFlag="android.car.feature.car_power_cancel_shell_command" />
</manifest>