TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.24k stars 1.56k forks source link

First launch doesn't "accept" storage permission #730

Open mirh opened 7 years ago

mirh commented 7 years ago

I have to re-open the program for my sdcard to finally be viewable.

Xperia S, marshmallow.

mirh commented 6 years ago

Still a thing in 3.2.1

I guess maybe you request sdcard access before asking permissions and/or you don't reload "context" once this is granted?

mirh commented 6 years ago

https://stackoverflow.com/questions/32082845/writing-external-storage-doesnt-work-until-i-restart-the-application-on-android https://stackoverflow.com/questions/42374537/granting-external-storage-permissions-without-restarting-the-app

mirh commented 4 years ago

Still a thing on Pie.

mirh commented 4 years ago

Ok, I think I got the issue (my old devices be damned). Kernel was probably lacking proper setns support. Perhaps this can be detected and the user be warned in advance?