is there any solution how to choose the saving files location? maybe with the original file browser, to choose the destination?
thank you!
Select File > Save As. Select a place to save the file, or select Browse and go to the location where you want to save the file. Enter a name for the document. Select Save as type and choose the file format you want to use.
To edit a document on Android:Go to the file you want and tap it to open it. Select the app you want to use to edit it. Make your edits. When you're finished, tap the menu button again and select File > Save (or click Back to be prompted to save).
Can I change the default save location on my tablet? Download the Forums for Android™ app! Open "Browser." Tap "Settings." Tap "Advanced" and select Default Storage to change it to external storage instead of internal storage.
Select a location on Google Maps. From the address description, select the Save icon. To find the location again, tap Saved on mobile or click Your Places on Desktop. First, open the Google Maps app on your iPhone or Android phone. Then, select an address you’d like to save.
How to Change Download and App Locations on Android 1 The Basics. Naturally, the first thing you’ll want to try is the simplest option, which is to use Android’s built-in feature to move apps over from your internal storage to ... 2 Change Download Settings Within the Apps. ... 3 The Nuclear Option. ... 4 Conclusion. ...
Download the Forums for Android™ app! Open "Browser." Tap "Settings." Tap "Advanced" and select Default Storage to change it to external storage instead of internal storage.
All you need is Android Directory Picker
Better to save files with your app namespace:
String extStorage = Environment.getExternalStorageState();
path = extStorage+"/Android/data/com.mydomain.myapp/";
It will be deleted when app gets uninstalled.
Here is actually everything about data storing.
http://developer.android.com/guide/topics/data/data-storage.html
From the above link:
If you're using API Level 7 or lower, use
getExternalStorageDirectory()
, to open aFile
representing the root of the external storage. You should then write your data in the following directory:/Android/data/<package_name>/files/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With