diff options
author | Ben Dodson <bjdodson@google.com> | 2011-06-30 16:41:44 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-07-20 16:16:43 -0700 |
commit | 8d6a8dce6706c6c6b3158101f2f3e94a1e0ad946 (patch) | |
tree | 2f67f3ca1d778cd3786732f15257fa899834ce05 /res | |
parent | 9ab16f16af1c7e52a47d5253234b6c6eb3dd15bb (diff) | |
download | packages_apps_nfc-8d6a8dce6706c6c6b3158101f2f3e94a1e0ad946.zip packages_apps_nfc-8d6a8dce6706c6c6b3158101f2f3e94a1e0ad946.tar.gz packages_apps_nfc-8d6a8dce6706c6c6b3158101f2f3e94a1e0ad946.tar.bz2 |
Bluetooth dropbox for out-of-band transfers
Use dropbox for ME profile.
Transiently turn on Bluetooth.
Change-Id: I81556a67872e7e0ac7c66c0376549adc5f0c168d
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/ic_tab_selected_contacts.png | bin | 0 -> 1097 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_tab_selected_contacts.png | bin | 0 -> 699 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_tab_selected_contacts.png | bin | 0 -> 2166 bytes | |||
-rwxr-xr-x | res/values/strings.xml | 13 |
4 files changed, 13 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_tab_selected_contacts.png b/res/drawable-hdpi/ic_tab_selected_contacts.png Binary files differnew file mode 100644 index 0000000..7c92375 --- /dev/null +++ b/res/drawable-hdpi/ic_tab_selected_contacts.png diff --git a/res/drawable-mdpi/ic_tab_selected_contacts.png b/res/drawable-mdpi/ic_tab_selected_contacts.png Binary files differnew file mode 100644 index 0000000..b3e23b7 --- /dev/null +++ b/res/drawable-mdpi/ic_tab_selected_contacts.png diff --git a/res/drawable-xhdpi/ic_tab_selected_contacts.png b/res/drawable-xhdpi/ic_tab_selected_contacts.png Binary files differnew file mode 100644 index 0000000..f8e6085 --- /dev/null +++ b/res/drawable-xhdpi/ic_tab_selected_contacts.png diff --git a/res/values/strings.xml b/res/values/strings.xml index e925ee8..1645446 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5,6 +5,19 @@ <!-- The label for the NFC admin permission --> <string name="permlab_nfcAdmin">NFCEE administration</string> + <!-- The description for the NFC admin permission --> <string name="permdesc_nfcAdmin">Allows control of NFC execution environment hardware</string> + + <!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] --> + <string name="inbound_me_profile_title">Contact received over NFC</string> + + <!-- A notification action string prompting the user to add contact details to the People application [CHAR-LIMIT=64] --> + <string name="inbound_me_profile_text">Tap to add this person as a contact</string> + + <!-- A notification description string asking the user to share their contact details over NFC [CHAR-LIMIT=64] --> + <string name="outbound_me_profile_title">NFC interaction complete</string> + + <!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] --> + <string name="outbound_me_profile_text">Tap to give this person your contact info</string> </resources> |