Merge "Fix protection level for USE_INSTALLER_V2 permission." into sc-dev

This commit is contained in:
Alex Buynytskyy
2021-04-22 14:00:03 +00:00
committed by Android (Google) Code Review

View File

@@ -4105,7 +4105,7 @@
@hide
-->
<permission android:name="com.android.permission.USE_INSTALLER_V2"
android:protectionLevel="signature|installer" />
android:protectionLevel="signature|privileged" />
<!-- @TestApi Allows a testOnly application to get installed.
<p>Not for use by third-party applications.