aboutsummaryrefslogtreecommitdiff
path: root/tests/OemCarServiceTestApp/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OemCarServiceTestApp/AndroidManifest.xml')
-rw-r--r--tests/OemCarServiceTestApp/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/OemCarServiceTestApp/AndroidManifest.xml b/tests/OemCarServiceTestApp/AndroidManifest.xml
index 8fdac76e39..98510155be 100644
--- a/tests/OemCarServiceTestApp/AndroidManifest.xml
+++ b/tests/OemCarServiceTestApp/AndroidManifest.xml
@@ -20,6 +20,7 @@
<application>
<service android:name="com.android.car.oemcarservice.testapp.OemCarServiceImpl"
android:directBootAware="true"
+ android:permission="android.car.permission.BIND_OEM_CAR_SERVICE"
android:exported="true">
</service>
</application>