summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2017-06-20 16:29:03 -0700
committerEric Erfanian <erfanian@google.com>2017-06-21 13:47:52 -0700
commitd06625785de67bf27ba9ad4ff02dfd20011edb74 (patch)
tree8f1652e22db88064b58bfee4769f275b9cb0f9c1 /java/com/android/dialer/app/res
parentbe6b69a2ec388bbcff2f129dcf0c7c1476315664 (diff)
Added privacty snackbar for deleting calls with EC data.
When a user deletes a call from the call log, it might not be clear that they aren't deleting the attachments they made with the call. So we present them with a snackbar letting them know to open android messages to delete attachments. screenshot: http://screen/TSoWmNhjcn4 screenshot: http://screen/vUXShdYpXem PiperOrigin-RevId: 159631807 Change-Id: Iaad903258160dc789e0c6a524adba56299523636
Diffstat (limited to 'java/com/android/dialer/app/res')
-rw-r--r--java/com/android/dialer/app/res/values/strings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/com/android/dialer/app/res/values/strings.xml b/java/com/android/dialer/app/res/values/strings.xml
index e02c6fb30..5549881c3 100644
--- a/java/com/android/dialer/app/res/values/strings.xml
+++ b/java/com/android/dialer/app/res/values/strings.xml
@@ -930,4 +930,14 @@
<!-- Label for setting that shows more information about the Phone app [CHAR LIMIT=30] -->
<string name="about_phone_label">About</string>
+ <!-- Button text to prompt a user to open an sms conversation [CHAR LIMIT=NONE] -->
+ <string name="view_conversation">View</string>
+
+ <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
+ to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
+ <string name="ec_data_deleted">Call deleted. View and delete attachments shared during this call in Messages.</string>
+
+ <!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
+ to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
+ <string name="multiple_ec_data_deleted">Calls deleted. View and delete attachments shared during calls in Messages.</string>
</resources>