Reputation: 3857
I'm developing a file explorer for android app and want to use this path as default. Are all android devices have following path by default?
file:///storage/emulated/0
Upvotes: 2
Views: 15585
Reputation: 61386
First time I hear about it. How about you follow the lead from Astro and use the external storage path as the default? Lacking that, use /.
Upvotes: 0