I am working on a small project, it should be something like remote file explorer via bluetooth.
I have this File:
File directory = Environment.getExternalStorageDirectory();
I need to make a byte array from this File to send it to the second phone.
Can anybody please write me the code? Thanks and sorry for my english :)