Synced to developers/samples/android commit 97b2cfe5ba6d8fa8daaf3273141b321b5fe9e910. Change-Id: I360cfa147e71dd519b841df41b4e878f86b9b27b
17 lines
722 B
Plaintext
17 lines
722 B
Plaintext
page.tags="BeamLargeFiles"
|
|
sample.group=Connectivity
|
|
@jd:body
|
|
|
|
<p>
|
|
|
|
This sample demonstrates how to transfer large files via Android Beam. After the initial
|
|
handshake over NFC, file transfer will take place over a secondary high-speed
|
|
communication channel such as Bluetooth or WiFi Direct.
|
|
|
|
\n\nThis feature requires Android 4.1 (Jelly Bean) or above. Unlike traditional Beam,
|
|
your application will not receive an Intent on the receiving device. Instead, the system
|
|
will save the file to disk and display a notification that the user can select to open
|
|
the file using a standard ACTION_VIEW Intent.
|
|
|
|
</p>
|