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

Commit a6429f61 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Adds protection level to doc for QUERY_ALL_PACKAGES

This change simply adds clarification to the QUERY_ALL_PACKAGES
permission doc that it's a normal permission. This matches the pattern
of other non-hidden permission docs.

Fixes: 157547498
Test: N/A
Change-Id: I4fd5766cdbd20fccaa25e04d04690e20dd29d0f9
parent 6a459b2b
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"/>