summaryrefslogtreecommitdiff
path: root/tests/tests/permission2/res/raw/automotive_android_manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/permission2/res/raw/automotive_android_manifest.xml')
-rw-r--r--tests/tests/permission2/res/raw/automotive_android_manifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests/permission2/res/raw/automotive_android_manifest.xml b/tests/tests/permission2/res/raw/automotive_android_manifest.xml
index aa263ea65bb..d275ef4fed9 100644
--- a/tests/tests/permission2/res/raw/automotive_android_manifest.xml
+++ b/tests/tests/permission2/res/raw/automotive_android_manifest.xml
@@ -482,4 +482,8 @@
android:protectionLevel="signature|privileged"
android:label="@string/car_permission_label_manage_thread_priority"
android:description="@string/car_permission_desc_manage_thread_priority"/>
+ <permission android:name="android.car.permission.BIND_OEM_CAR_SERVICE"
+ android:protectionLevel="signature|privileged"
+ android:label="@string/car_permission_label_bind_oem_car_service"
+ android:description="@string/car_permission_desc_bind_oem_car_service"/>
</manifest>