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

Commit 5fb674b3 authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Adds description and title for QUERY_ALL_PACKAGES

This change adds a description and title to the QUERY_ALL_PACKAGES
permission.

Fixes: 170003568
Test: Builds
Change-Id: I7620f5a09467a0eb1cc3003e466661c4584d7bb8
parent cf30f5da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5658,6 +5658,8 @@
    <!-- 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:label="@string/permlab_queryAllPackages"
                android:description="@string/permdesc_queryAllPackages"
                android:protectionLevel="normal" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>

+5 −0
Original line number Diff line number Diff line
@@ -3895,6 +3895,11 @@
    <!-- Description of an application permission that lets it ask user to ignore battery optimizations for that app-->
    <string name="permdesc_requestIgnoreBatteryOptimizations">Allows an app to ask for permission to ignore battery optimizations for that app.</string>

    <!-- Title of an application permission that lets query all other packages. [CHAR LIMIT=NONE] -->
    <string name="permlab_queryAllPackages">query all packages</string>
    <!-- Description of an application permission that lets it query all other packages. [CHAR LIMIT=NONE] -->
    <string name="permdesc_queryAllPackages">Allows an app to see all installed packages.</string>

    <!-- Shown in the tutorial for tap twice for zoom control. -->
    <string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>