summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoa Xuan <hoax@google.com>2023-12-05 11:52:05 +0100
committerJustin Chung <justinkchung@google.com>2023-12-12 00:22:13 +0000
commit03416405127f3ea8e51baa7e00ee4e0271871cfa (patch)
tree9bd5fc17097f7831f9915db9c44b1e7b6319aee2
parent9ff25cd2ceba64b6fe6c90dd63ed60028f88fbfa (diff)
downloadPermission-03416405127f3ea8e51baa7e00ee4e0271871cfa.tar.gz
Remove left over string resources for wear
Both wear_not_allowed_dlg_title and wear_not_allowed_dlg_text are no longer in use. So that clean up two resources. Defer-CP-To-Master: 313415715 Bug: 313415715 Test: m Change-Id: I1c3de686fa471674816bfeb0be811cd75c1ddbf2
-rw-r--r--PermissionController/res/values/strings.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml
index 9daa624f8..d10c6fb90 100644
--- a/PermissionController/res/values/strings.xml
+++ b/PermissionController/res/values/strings.xml
@@ -337,11 +337,6 @@
<!-- Title of the permission dialog for accessibility purposes- spoken to the user. [CHAR LIMIT=none] -->
<string name="permission_request_title">Permission request</string>
- <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=30] -->
- <string name="wear_not_allowed_dlg_title">Android Wear</string>
- <!-- Title of dialog telling users that Install/Uninstall action is not supported on Android Wear. [CHAR LIMIT=none] -->
- <string name="wear_not_allowed_dlg_text">Install/Uninstall actions not supported on Wear.</string>
-
<!-- Review of runtime permissions for legacy apps -->
<!-- Template for the screen title when app permissions are reviewed on install. [CHAR LIMIT=none] -->