diff options
author | Yorke Lee <yorkelee@google.com> | 2013-08-07 13:49:32 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2013-08-07 17:13:07 -0700 |
commit | 7ef707319c0e3563ff92a772ba53cb5dca0e3ae1 (patch) | |
tree | c57c830249a7f75c6fd1c2d58138f8e2dc52d56f /res/values | |
parent | 5b9034b5b1b48a4339dd2f893a851cc64d6279df (diff) | |
download | packages_apps_InCallUI-7ef707319c0e3563ff92a772ba53cb5dca0e3ae1.tar.gz packages_apps_InCallUI-7ef707319c0e3563ff92a772ba53cb5dca0e3ae1.tar.bz2 packages_apps_InCallUI-7ef707319c0e3563ff92a772ba53cb5dca0e3ae1.zip |
Display primary call info in call card
* CallerInfo, CallerInfoAsyncQuery are copied verbatim from existing
Phone code.
* Added logging methods to Logger to support logging via TAG in static methods
* Only primary caller information (name, phone number and label) are displayed
for now. Secondary caller information and photos are not displayed.
Change-Id: Id4cfdef78f10f7b32255f4892cd51161f37c8be5
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index df88e7e5..2ecc8427 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -25,6 +25,13 @@ <!-- In-call screen: status label for a call that's on hold --> <string name="onHold">On hold</string> + <!-- Incoming call screen, name of "unknown" caller --> + <string name="unknown">Unknown</string> + <!-- Incoming call screen, string when number hidden --> + <string name="private_num">Private number</string> + <!-- Incoming call screen, string when called from a pay phone --> + <string name="payphone">Pay phone</string> + <!-- "Audio mode" popup menu: Item label to select the speakerphone [CHAR LIMIT=25] --> <string name="audio_mode_speaker">Speaker</string> <!-- "Audio mode" popup menu: Item label to select the handset earpiece [CHAR LIMIT=25] --> |