Files
android_development/samples/browseable/BeamLargeFiles/_index.jd
Trevor Johns 77b5d394ff Update sdk.atree and samples/browseable for lastest samples release
Synced to developers/samples/android commit
97b2cfe5ba6d8fa8daaf3273141b321b5fe9e910.

Change-Id: I360cfa147e71dd519b841df41b4e878f86b9b27b
2015-03-30 16:06:43 -07:00

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>