Merge "Add label and description for UPDATE_PACKAGES_WITHOUT_USER_ACTION" into udc-dev
This commit is contained in:
@@ -7401,6 +7401,8 @@
|
|||||||
<p>Protection level: normal
|
<p>Protection level: normal
|
||||||
-->
|
-->
|
||||||
<permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"
|
<permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"
|
||||||
|
android:label="@string/permlab_updatePackagesWithoutUserAction"
|
||||||
|
android:description="@string/permdesc_updatePackagesWithoutUserAction"
|
||||||
android:protectionLevel="normal" />
|
android:protectionLevel="normal" />
|
||||||
<uses-permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"/>
|
<uses-permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION"/>
|
||||||
|
|
||||||
|
|||||||
@@ -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] -->
|
<!-- 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>
|
<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 -->
|
<!-- Policy administration -->
|
||||||
|
|
||||||
<!-- Title of policy access to limiting the user's password choices -->
|
<!-- Title of policy access to limiting the user's password choices -->
|
||||||
|
|||||||
Reference in New Issue
Block a user