Is it possible send file from Android application private directory via Bluetooth? (directory /data/data//.. (getFilesDir()))
i can't anywhere find and answer to this.
This and Intent.ACTION_SEND approach works fine with external files:
Sending a File using Bluetooth OBEX Object Push Profile (OPP)
However, when i try to send private file I get "Unknown file not sent"
WCat shows "BtOpp Service "Can't open file for OUTBOUND info 57"", when BtOpp throws FileNotFoundException
Thanks