Fix protection level for USE_INSTALLER_V2 permission.
Use the same as for android.permission.INSTALL_PACKAGES. Bug: 186000084 Fixes: 186000084 Test: build/flash and check that vending has both permissions Change-Id: I3c8563031e4c5aa3371a36fcb3f5900cb92eda0a
This commit is contained in:
@@ -4104,7 +4104,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