summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mohamed Magdi <magdi@google.com> 2023-01-03 17:48:55 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-01-03 17:48:55 +0000
commitfd723c205c3654aa5414ea92c2f06ca67ec1fcdb (patch)
treefe63f7cca42f6a48cef94d4908e47f86f945be1c
parent8462ad189b1033523b0952f66e131025e5cf841c (diff)
parent493ae8acd532e61d757587a8f8025c79a9dedbf0 (diff)
Merge "Add 'module' permission flag into the permission 'START_VIEW_PERMISSION_USAGE'"
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index e031e5f75603..a7c48f3a4e8f 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -5977,7 +5977,7 @@
<permission android:name="android.permission.START_VIEW_PERMISSION_USAGE"
android:label="@string/permlab_startViewPermissionUsage"
android:description="@string/permdesc_startViewPermissionUsage"
- android:protectionLevel="signature|installer" />
+ android:protectionLevel="signature|installer|module" />
<!--
@SystemApi