You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
723 B
18 lines
723 B
|
|
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>
|