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

Commit 94ef7313 authored by Joanne Chung's avatar Joanne Chung
Browse files

Add label and description for UPDATE_PACKAGES_WITHOUT_USER_ACTION

Bug: 260587680
Test: atest PermissionPolicyTest#platformPermissionPolicyIsUnaltered

Change-Id: Ibcb466eb205aa02a01edc54b951a04eebf9bed16
parent 9bfbfcc4
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 -->