Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fd347c4 authored by Alex Buynytskyy's avatar Alex Buynytskyy
Browse files

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
parent 0dfb0bad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.