-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow better/precise specification of the file/save directory #32
Comments
We should use ACTION_CREATE_DOCUMENT from https://developer.android.com/guide/topics/providers/document-provider.html for this on Android 4.4. |
Dear Dominik, many thanks for developing and maintaining this great piece of software! Indeed, this feature ist definitely necessary. What's the path at the moment anyway? |
@android441user The code currently uses Environment.getExternalStorageDirectory() to determine where to put the exported file. The API documentation explains this here. |
Any news on this topic? |
1 similar comment
Any news on this topic? |
WHERE does my exported file actually end up? I cannot find it anywhere. |
We need a dynamic path that can be configured. EDIT: Ok, after seeing Lines 147 to 160 in 3fde888
|
Directly to the base of your internal storage it seems |
Currently the user has to guess where the file will end up.
The text was updated successfully, but these errors were encountered: