Add new description to Permission manager in settings

Fixes: 158125093
Test: Navigate to "Permission manager" in settings (both in privacy, and
in apps & notifications), and verify the summary says "control app
access to your data".

Change-Id: I43f7f38dde119bad96ec9d30a43129e7cacf752a
This commit is contained in:
Nate Myren
2020-06-08 13:34:14 -07:00
parent a44860c880
commit a1933458c5
3 changed files with 7 additions and 5 deletions

View File

@@ -9491,6 +9491,9 @@
<!-- Runtime permissions preference summary, shown when the app requests no permissions. [CHAR LIMIT=40] -->
<string name="runtime_permissions_summary_no_permissions_requested">No permissions requested</string>
<!-- Runtime permissions preference summary, which describes what the permission manager does. [CHAR LIMIT=40] -->
<string name="runtime_permissions_summary_control_app_access">Control app access to your data</string>
<!-- Label for showing all apps in list [CHAR LIMIT=30] -->
<string name="filter_all_apps">All apps</string>
<!-- Label for showing enabled apps in list [CHAR LIMIT=30] -->