I recently bought a new phone with Android 10 and tested my apps that worked good in Android 9-,
one of my function reads the DirRootExternal & SomeFolder to List more than 10k files and add to a listview, i found that cant access the Internal memory folders even with all the pemissions given.
Tried the ExternalStorage Class to fix, but when selecting the folder with 10k files from the Folder Picker from Files app just freezes and never respond.
So i was thinking, if the Files app can't read a folder with huge amount of files, what is the alternative to read InternalStorage to work with?
And also, why a simple File explorer app (like SolidExplorer)just needs to request WRITE_EXTERNAL_STORAGE to work without picking a folder with the older FolderPicker system app even on Android 10+?
So none of the two modes works for my app on Andorid10, so what is the real alternative to read the InternalStorage with only requesting Write External permission? (like SolidExplorer do)
i searched the forum and knew that the only way is ExternalStorage Class
one of my function reads the DirRootExternal & SomeFolder to List more than 10k files and add to a listview, i found that cant access the Internal memory folders even with all the pemissions given.
Tried the ExternalStorage Class to fix, but when selecting the folder with 10k files from the Folder Picker from Files app just freezes and never respond.
So i was thinking, if the Files app can't read a folder with huge amount of files, what is the alternative to read InternalStorage to work with?
And also, why a simple File explorer app (like SolidExplorer)just needs to request WRITE_EXTERNAL_STORAGE to work without picking a folder with the older FolderPicker system app even on Android 10+?
So none of the two modes works for my app on Andorid10, so what is the real alternative to read the InternalStorage with only requesting Write External permission? (like SolidExplorer do)
i searched the forum and knew that the only way is ExternalStorage Class
Last edited: