diff options
-rw-r--r-- | tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml | 4 |
1 files changed, 4 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 8a6aa1980..dcd8ec4bd 100644 --- a/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml +++ b/tests/cts/permissionpolicy/res/raw/automotive_android_manifest.xml @@ -570,4 +570,8 @@ android:protectionLevel="signature|privileged" android:label="@string/car_permission_label_control_windshield_wipers" android:description="@string/car_permission_desc_control_windshield_wipers"/> + <permission android:name="android.car.permission.QUERY_DISPLAY_COMPATIBILITY" + android:protectionLevel="signature|privileged" + android:label="@string/car_permission_label_query_display_compatibility" + android:description="@string/car_permission_desc_query_display_compatibility"/> </manifest> |