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

Commit d5b89e76 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adds description and title for QUERY_ALL_PACKAGES" into sc-dev

parents a1306885 5fb674b3
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>