Merge "Fix protection level for USE_INSTALLER_V2 permission." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab7d0d4d5f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user