summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2019-03-27 13:30:15 -0700
committerJoel Galenson <jgalenson@google.com>2019-03-27 14:12:15 -0700
commit6165e8f56b4cbdddd38746a663a6ac3fa640fe1d (patch)
tree185fa65491b6179b7de344cbd7215603fc75c03b /res
parent965c73d4726fc9232a3543adacfdd6c7ba87642d (diff)
downloadandroid_packages_apps_PackageInstaller-6165e8f56b4cbdddd38746a663a6ac3fa640fe1d.tar.gz
android_packages_apps_PackageInstaller-6165e8f56b4cbdddd38746a663a6ac3fa640fe1d.tar.bz2
android_packages_apps_PackageInstaller-6165e8f56b4cbdddd38746a663a6ac3fa640fe1d.zip
After filtering Permissions Hub by permission, make the back button return to the unfiltered view.
Previously, filtering by a permission group simply changed the filter in the current fragment. Thus pressing the back button returned to the previous screen instead of undoing the filter. This changes that behavior. Also update the string for removing the filter. Fixes: 129415632 Test: Open Permissions Hub, filter by group, press back, see Permissions Hub. Test: Open filtered view, press "See all", press back, see filtered view. Test: Launch filtered view initially, press back, return to parent. Change-Id: Id77b24bb30986ddbe8826297cd2d6187f1786a41
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ddb318aa..70a3f283 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -344,7 +344,7 @@
<string name="app_permission_usage_filter_label">Filtered by: <xliff:g id="perm" example="Location">%1$s</xliff:g> </string>
<!-- Label for the text that removes the filter by permission to view all usages [CHAR LIMIT=none] -->
- <string name="app_permission_usage_remove_filter">Remove filter</string>
+ <string name="app_permission_usage_remove_filter">See all in Dashboard</string>
<!-- Label for the title of the dialog allowing filtering by permissions [CHAR LIMIT=none] -->
<string name="filter_by_title">Filter by</string>