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

Commit e7be1899 authored by Patrick Baumann's avatar Patrick Baumann Committed by Automerger Merge Worker
Browse files

Merge "Adds protection level to doc for QUERY_ALL_PACKAGES" into rvc-dev am:...

Merge "Adds protection level to doc for QUERY_ALL_PACKAGES" into rvc-dev am: d4703cf2 am: 0e93e8ad

Change-Id: Ibb19825970820ba2728419a63bd6666ab7a19a82
parents 58d7dae0 0e93e8ad
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5001,7 +5001,8 @@
    <permission android:name="android.permission.ASSOCIATE_INPUT_DEVICE_TO_DISPLAY_BY_PORT"
                android:protectionLevel="signature" />

    <!-- Allows query of any normal app on the device, regardless of manifest declarations. -->
    <!-- Allows query of any normal app on the device, regardless of manifest declarations.
        <p>Protection level: normal -->
    <permission android:name="android.permission.QUERY_ALL_PACKAGES"
                android:protectionLevel="normal" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>