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

Commit 290869ce authored by William Loh's avatar William Loh
Browse files

make GET_APP_METADATA permission usable by PC

Add installer protection level so that it can be used by
PermissionController

Bug: 252811917
Test: atest android.packageinstaller.install.cts.InstallAppMetadataTest
Change-Id: I07d3a311ff5047a64b453321d26faa36fe9b2ac3
parent fb0ae75c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6986,7 +6986,7 @@
        @hide
      -->
    <permission android:name="android.permission.GET_APP_METADATA"
                android:protectionLevel="signature" />
                android:protectionLevel="signature|installer" />

    <!-- @SystemApi Allows the holder to call health connect migration APIs.
        @hide -->