You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use AtomicFile for usermanager files.
Added a MANAGE_USERS permission that apps (signature permission) can use
to create/query/modify/remove users.
Change-Id: I5cf232232d0539e7508df8ec9b216e29c2351cd9
Copy file name to clipboardExpand all lines: core/res/res/values/strings.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -567,6 +567,11 @@
567
567
<stringname="permdesc_interactAcrossUsersFull">Allows all possible interactions across
568
568
users.</string>
569
569
570
+
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to create/remove/query users. [CHAR LIMIT=none] -->
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to create/remove/query users. [CHAR LIMIT=NONE] -->
573
+
<stringname="permdesc_manageUsers">Allows apps to manage users on the device, including query, creation and deletion.</string>
574
+
570
575
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50] -->
571
576
<stringname="permlab_getDetailedTasks">retrieve details of running apps</string>
572
577
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=NONE] -->
0 commit comments