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

Commit 5308553f authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add label and description for UPDATE_PACKAGES_WITHOUT_USER_ACTION" into udc-dev

parents 169133aa 94ef7313
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7401,6 +7401,8 @@
         <p>Protection level: normal
    -->
    <permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"
                android:label="@string/permlab_updatePackagesWithoutUserAction"
                android:description="@string/permdesc_updatePackagesWithoutUserAction"
                android:protectionLevel="normal" />
    <uses-permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"/>

+5 −0
Original line number Diff line number Diff line
@@ -2191,6 +2191,11 @@
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this.[CHAR_LIMIT=NONE] -->
    <string name="permdesc_highSamplingRateSensors">Allows the app to sample sensor data at a rate greater than 200 Hz</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR_LIMIT=NONE] -->
    <string name="permlab_updatePackagesWithoutUserAction">update app without user action</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this.[CHAR_LIMIT=NONE] -->
    <string name="permdesc_updatePackagesWithoutUserAction">Allows the holder to update the app it previously installed without user action</string>

    <!-- Policy administration -->

    <!-- Title of policy access to limiting the user's password choices -->