You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash when opening Recent Files without storage permission
Wrap MediaStore query in listRecentFiles() with try/catch for SecurityException.
When READ_EXTERNAL_STORAGE is denied, return the current list instead of letting
the exception escape doInBackground() and crash the app.
0 commit comments