summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard MacGregor <rmacgregor@google.com>2023-06-01 22:46:20 +0000
committerRichard MacGregor <rmacgregor@google.com>2023-06-01 22:46:20 +0000
commite2bcf863ab42950c731ce1c66e2ea34390239bec (patch)
tree21ae0a6f09d18fa0b06fe1541f4ce7874c41eb30
parentd042c78e213dbbda088cebbaa9de4236e9a80f13 (diff)
downloadPermission-e2bcf863ab42950c731ce1c66e2ea34390239bec.tar.gz
Remove unused string and overlay
Reduce OEM work by removing string overlay and accompanying test Bug: 285196496 Test: atest PermissionControllerResourceTest Change-Id: I6e7335c633008a428210fe778341282dd12c2d03
-rw-r--r--PermissionController/res/values/overlayable.xml1
-rw-r--r--PermissionController/res/values/strings.xml6
2 files changed, 0 insertions, 7 deletions
diff --git a/PermissionController/res/values/overlayable.xml b/PermissionController/res/values/overlayable.xml
index 5ff421268..850b5df40 100644
--- a/PermissionController/res/values/overlayable.xml
+++ b/PermissionController/res/values/overlayable.xml
@@ -24,7 +24,6 @@
<!-- START HELP LINKS -->
<item type="string" name="help_app_permissions" />
<item type="string" name="data_sharing_help_center_link" />
- <item type="string" name="permission_rationale_data_sharing_link_error_message" />
<!-- END HELP LINKS -->
<!-- START PERMISSION GRANT DIALOG -->
diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml
index 23b57355f..08d1b6b2d 100644
--- a/PermissionController/res/values/strings.xml
+++ b/PermissionController/res/values/strings.xml
@@ -1801,12 +1801,6 @@ Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug repo
<!-- Description for the app's location permission rationale dialog content. [CHAR LIMIT=130] -->
<string name="app_location_permission_rationale_subtitle">This app stated it may share your location data with third parties</string>
- <!-- Title of error dialog when a link can't be launched automatically in a browser. [CHAR LIMIT=100] -->
- <string name="permission_rationale_data_sharing_link_error_title">Can\u2019t open this link</string>
-
- <!-- Message shown in error dialog when a link can't be launched automatically in a browser. [CHAR LIMIT=NONE] -->
- <string name="permission_rationale_data_sharing_link_error_message"></string>
-
<!-- Permission Rationale - End -->
<!-- Safety Label Change Notifications Start -->