summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/app/res/values
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-20 08:50:25 -0700
committerEric Erfanian <erfanian@google.com>2017-03-20 09:03:10 -0700
commit06b6b56e9eaa91ebf757ea641e38a9c885fa40bd (patch)
tree6a0f9f0809cc02004f4be6ef9d20cbced397c3d1 /java/com/android/dialer/app/res/values
parent9a090c89e7a0c43a668bd6e2ac5e5e680f323aed (diff)
downloadandroid_packages_apps_Dialer-06b6b56e9eaa91ebf757ea641e38a9c885fa40bd.tar.gz
android_packages_apps_Dialer-06b6b56e9eaa91ebf757ea641e38a9c885fa40bd.tar.bz2
android_packages_apps_Dialer-06b6b56e9eaa91ebf757ea641e38a9c885fa40bd.zip
Update AOSP Dialer source from internal google3 repository at
cl/150622237 Test: make, treehugger, on device testing. This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/150392808 (3/16/2017) to cl/150622237 (3/20/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Id53e0e580a4ef73760a8afb7bb8c265ee27ad535
Diffstat (limited to 'java/com/android/dialer/app/res/values')
-rw-r--r--java/com/android/dialer/app/res/values/strings.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/com/android/dialer/app/res/values/strings.xml b/java/com/android/dialer/app/res/values/strings.xml
index 66bf70f1a..9944f9ff2 100644
--- a/java/com/android/dialer/app/res/values/strings.xml
+++ b/java/com/android/dialer/app/res/values/strings.xml
@@ -527,11 +527,6 @@
[CHAR LIMIT=30] -->
<string name="call_log_action_send_message">Send a message</string>
- <!-- Button text for a button displayed underneath an entry in the call log, which opens up the
- call compose UI for the number represented by the call log entry.
- [CHAR LIMIT=30] -->
- <string name="share_and_call">Share and call</string>
-
<!-- Button text for the button displayed underneath an entry in the call log.
Tapping navigates the user to the call details screen where the user can view details for
the call log entry. [CHAR LIMIT=30] -->
@@ -581,10 +576,6 @@
[CHAR LIMIT=NONE]-->
<string name="call_log_via_number_phone_account"><xliff:g example="SIM 1" id="phoneAccount">%1$s</xliff:g> via <xliff:g example="(555) 555-5555" id="number">%2$s</xliff:g></string>
- <!-- String describing the phone icon on a call log list item. When tapped, it will place a
- call to the number represented by that call log entry. [CHAR LIMIT=NONE]-->
- <string name="description_call_log_call_action">Call</string>
-
<!-- String describing the "call" action for an entry in the call log. The call back
action triggers a return call to the named user.
Note: AccessibilityServices uses this attribute to announce the purpose of the button.