derez Expert Licensed User Longtime User Dec 31, 2020 #1 AndExplorer app can show this "folder" content : How can I access the same with B4A ? Maybe I misunderstood but with ExternaStorage I see folder "0" as the root. Also: Happy New Year to all B4X member !
AndExplorer app can show this "folder" content : How can I access the same with B4A ? Maybe I misunderstood but with ExternaStorage I see folder "0" as the root. Also: Happy New Year to all B4X member !
Erel B4X founder Staff member Licensed User Longtime User Jan 1, 2021 #2 It looks like an app with a low targetSdkVersion. Currently you can access the root folder by setting the request legacy flag: android.jar / targetSdkVersion / minSdkVersion The "correct" way to do it is with ExternalStorage or ContentChooser. Upvote 0
It looks like an app with a low targetSdkVersion. Currently you can access the root folder by setting the request legacy flag: android.jar / targetSdkVersion / minSdkVersion The "correct" way to do it is with ExternalStorage or ContentChooser.