I have an app where a user should be able to transfer a text file to the app’s Documents directory.
On iOS it’s easy:
I just enable the built in file-sharing (UIFileSharingEnabled = true) and use iTunes to transfer the file.
How can I do it on Android?
[import]uid: 70847 topic_id: 34222 reply_id: 334222[/import]