diff options
author | 2023-01-03 17:48:55 +0000 | |
---|---|---|
committer | 2023-01-03 17:48:55 +0000 | |
commit | fd723c205c3654aa5414ea92c2f06ca67ec1fcdb (patch) | |
tree | fe63f7cca42f6a48cef94d4908e47f86f945be1c | |
parent | 8462ad189b1033523b0952f66e131025e5cf841c (diff) | |
parent | 493ae8acd532e61d757587a8f8025c79a9dedbf0 (diff) |
Merge "Add 'module' permission flag into the permission 'START_VIEW_PERMISSION_USAGE'"
-rw-r--r-- | core/res/AndroidManifest.xml | 2 |
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 |