Skip to content Skip to sidebar Skip to footer

Get The Bluetooth Storage Folder On Android Device

I want to set a FileObserver in the bluetooth folder. My problem is that this folder is different depending on the device, for example in Galaxy S is 'mnt/sdcard/bluetooth' and in

Solution 1:

Check this method: getExternalFilesDir(String type). And use DIRECTORY_DOWNLOADS as type.

If you add "bluetooth" to the end you'll get the bluetooth download directory.

Post a Comment for "Get The Bluetooth Storage Folder On Android Device"