Hello,
I would like my app to read files from the default download folder. So I gave it AddManifestText(<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="19" />).
Then I tried the FileDialog with File.DirInternal but there is no download folder.
Basically what I would like to do is to import certain files into my app. The files should first be stored anywhere from either an email or if stored on the phone via USB. I can see these files in the Android files app in the downloads folder. So they are there. But how can I read them from my app?
Thanks
I would like my app to read files from the default download folder. So I gave it AddManifestText(<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="19" />).
Then I tried the FileDialog with File.DirInternal but there is no download folder.
Basically what I would like to do is to import certain files into my app. The files should first be stored anywhere from either an email or if stored on the phone via USB. I can see these files in the Android files app in the downloads folder. So they are there. But how can I read them from my app?
Thanks