TeamAmaze / AmazeFileManager

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

Accessing other apps' public storage? #620

Open ghost opened 7 years ago

ghost commented 7 years ago

I noticed that the "Files" app included with my ROM can access the data some specific apps which have public storage. Namely in my case, the home of my Termux install. Of course, with Amaze I could dig down to the location of that storage using the root file manager option and add a shortcut to it, but it would be cool if Amaze could use the same methods as my stock Files app to get apps that have a public storage like that and display them. Does anyone know how this feature works or if it would even be possible to implement it in Amaze?

marcosfnsc commented 1 year ago

Another open source application that has this feature is https://github.com/zhanghai/MaterialFiles, maybe it is possible to use his code to implement this feature?