diff options
author | Martijn Coenen <maco@google.com> | 2012-05-24 13:10:46 -0700 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-05-25 10:30:00 -0700 |
commit | a3715d12aeba988c1104726e935462ea4f39eca7 (patch) | |
tree | 5954e2568054b1aba79e3791d21cf45e85373675 /res | |
parent | befa3d6d8bca86f28968069128d6f454b39ed9a8 (diff) | |
download | packages_apps_nfc-a3715d12aeba988c1104726e935462ea4f39eca7.zip packages_apps_nfc-a3715d12aeba988c1104726e935462ea4f39eca7.tar.gz packages_apps_nfc-a3715d12aeba988c1104726e935462ea4f39eca7.tar.bz2 |
Fall back to NDEF push if handover SNEP get fails.
This allows applications to be able to set both
a Uri (for handover) and an NDEF message, which
will only be sent if the handover request does
not work (as will be the case on pre-J devices).
Also, show a toast if the remote device does
not support connection handover.
Bug: 6561174
Change-Id: I9ffdcfdf0cded319fbb4ab646ae1da5382fcb74a
Diffstat (limited to 'res')
-rwxr-xr-x | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1776811..50cbf63 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -25,6 +25,7 @@ <string name="beam_canceled">Beam canceled</string> <string name="cancel">Cancel</string> <string name="beam_touch_to_view">Touch to view</string> + <string name="beam_handover_not_supported">The receiver\'s device doesn\'t support large file transfer via beam.</string> <string name="connecting_headset">Connecting</string> <string name="connected_headset">Connected</string> |