I have an Android 2.3 device (Samsung Galaxy Y Duos, S6102) and want all files that I receive via bluetooth to save to my SD card.
How can I do that?
|
I have an Android 2.3 device (Samsung Galaxy Y Duos, S6102) and want all files that I receive via bluetooth to save to my SD card. How can I do that? |
||||
|
|
|
The default location is already on your external SD card in the /bluetooth folder. It's not possible to configure it up to Android 4.1 Jelly Bean: In ./packages/apps/Bluetooth/src/com/android/bluetooth/opp/ you can see it. Constants.java defines this:
BluetoothOppReceiveFileInfo.java has no switch for the location:
|
||||
|
|