I have been developing an app for a few months, and I still need to be able to move files to the external one from Lollipop onwards (Android M, etc). With the following line of code the user is shown a window for Show SD, mark and give in Select, but: How do I get permission to move to the microSD?
startActivityForResult(new Intent(Intent.ACTION_OPEN_DOCUMENT_TREE), 42);
I have looked at many websites that indicate that it works for them, or it worked on Lollipop but I do not see results. Let's see if someone can help me.
I was looking at this link, in case it could be useful:
I do not see that it works: I still can not move files to the external one.