1 2 page.tags="BeamLargeFiles" 3 sample.group=Connectivity 4 @jd:body 5 6 <p> 7 8 This sample demonstrates how to transfer large files via Android Beam. After the initial 9 handshake over NFC, file transfer will take place over a secondary high-speed 10 communication channel such as Bluetooth or WiFi Direct. 11 12 \n\nThis feature requires Android 4.1 (Jelly Bean) or above. Unlike traditional Beam, 13 your application will not receive an Intent on the receiving device. Instead, the system 14 will save the file to disk and display a notification that the user can select to open 15 the file using a standard ACTION_VIEW Intent. 16 17 </p> 18