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

Commit ab7d0d4d authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

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

parents ec16222b 8fd347c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.