summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Chung <justinkchung@google.com>2023-12-12 23:50:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-12 23:50:58 +0000
commit1c1779ae7987818aa2b5feb0a0906fbb8eff55b4 (patch)
tree05f9552a512f578ec17b079fdc81b9b4b71f816d
parent1c96c6d1f1c05677d5766e2b11ed87d31881f3d8 (diff)
parent03416405127f3ea8e51baa7e00ee4e0271871cfa (diff)
downloadPermission-1c1779ae7987818aa2b5feb0a0906fbb8eff55b4.tar.gz
Merge "Remove left over string resources for wear" into main
-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] -->