luke2012 Well-Known Member Licensed User Longtime User Jan 26, 2016 #1 I wish to send a file using "ACTION_SEND" intent via Bluetooth and than retreive (within my app) the sent file. The question is: the default Bluetooth directory in the target device is the same for all Android devices? Thank you in advance for the reply
I wish to send a file using "ACTION_SEND" intent via Bluetooth and than retreive (within my app) the sent file. The question is: the default Bluetooth directory in the target device is the same for all Android devices? Thank you in advance for the reply
Erel B4X founder Staff member Licensed User Longtime User Jan 27, 2016 #2 It is not clear from the documentation. However it is not complicated to create your own file transfer solution. You can use AsyncStreams.WriteStream to send files (after there is a connection). Upvote 0
It is not clear from the documentation. However it is not complicated to create your own file transfer solution. You can use AsyncStreams.WriteStream to send files (after there is a connection).