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:
Alex Buynytskyy
2021-04-21 11:04:05 -07:00
parent 0dfb0badf0
commit 8fd347c4f5

View File

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