I\'ve been tasked with adding support to an app for beaming large data files (tens of megabytes) from device to device via \'NFC\' on Android.
I\'m aware that genuine NF
For Android Beam, you need to provide URIs to the files with the data using setBeamPushUris() (or setBeamPushUrisCallback() if the data is not fixed).
setBeamPushUrisCallback()
For S-Beam, I am not aware of any API that can be used. AFAICT, S-Beam only works with the built-in apps for pictures, video and music.