Add 'module' permission flag into the permission 'START_VIEW_PERMISSION_USAGE'

Needed for HealthConnect Module.

Test: atest HealthConnectControllerUITests
Bug: 260862360
Change-Id: Ia266965f7b895333e998162f4d7988fe0f5baed5
This commit is contained in:
Magdi
2022-12-15 13:48:17 +00:00
committed by Mohamed Magdi
parent 7d3c37defc
commit 493ae8acd5

View File

@@ -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