Comment 1 for bug 1157396

Revision history for this message
Stefan Hammer (j-4-deactivatedaccount) wrote :

Hi! The notes should per default go to your external sd card. If this is not the case, we unfortunately can't change it easily as it is done by Android code.

We do this: Environment.getExternalStorageDirectory() + "/" + locationUri + "/"

where locatoinUri is the string you enter in the text field. if your device does not return the sdcard with Environment.getExternalStorageDirectory() but another storage location, you might have to change this in your Android system.

Sorry for that,
Stefan