diff options
| author | Tom Taylor <tomtaylor@google.com> | 2012-04-06 13:37:20 -0700 |
|---|---|---|
| committer | Tom Taylor <tomtaylor@google.com> | 2012-04-06 13:37:20 -0700 |
| commit | 80f4abfb682426384e88fb1dddc682be1c8a6c7f (patch) | |
| tree | e446dac2ec764ea01c747387b84d268b3cad74c8 /res/values/strings.xml | |
| parent | 8345aecbce5c0741eee42ee7312929aae1a5cfa3 (diff) | |
| download | android_frameworks_opt_chips-80f4abfb682426384e88fb1dddc682be1c8a6c7f.tar.gz android_frameworks_opt_chips-80f4abfb682426384e88fb1dddc682be1c8a6c7f.tar.bz2 android_frameworks_opt_chips-80f4abfb682426384e88fb1dddc682be1c8a6c7f.zip | |
Support phone numbers in Chips UI
Bug 5066294
Add Zak's work for supporting phone numbers in the Chips UI. The default
remains email-centric, but the phone number option works great for
apps like Messaging.
Change-Id: I17cd8460f1b96f28ced8bbb32e145581dae6d807
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c1acaa0..369a6cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,5 +22,8 @@ <string name="chips_waiting_for_directory_result">Waiting for more contacts</string> <!-- Text displayed when the user long presses on a chip to copy the recipients email address. [CHAR LIMIT=200] --> - <string name="copy">Copy email address</string> + <string name="copy_email">Copy email address</string> + <!-- Text displayed when the user long presses on a chip to copy the recipient's phone number. + [CHAR LIMIT=200] --> + <string name="copy_number">Copy phone number</string> </resources> |
