-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
io.alexrintt.sharedstorage.storageaccessframework.DocumentFileApi.openInputStream
this error happaning to every userrr whatt sshould i do
Exception java.lang.SecurityException:
at android.os.Parcel.createExceptionOrNull (Parcel.java:3023)
at android.os.Parcel.createException (Parcel.java:3007)
at android.os.Parcel.readException (Parcel.java:2990)
at android.database.DatabaseUtils.readExceptionFromParcel (DatabaseUtils.java:190)
at android.database.DatabaseUtils.readExceptionWithFileNotFoundExceptionFromParcel (DatabaseUtils.java:153)
at android.content.ContentProviderProxy.openTypedAssetFile (ContentProviderNative.java:780)
at android.content.ContentResolver.openTypedAssetFileDescriptor (ContentResolver.java:2034)
at android.content.ContentResolver.openAssetFileDescriptor (ContentResolver.java:1849)
at android.content.ContentResolver.openInputStream (ContentResolver.java:1525)
at io.alexrintt.sharedstorage.storageaccessframework.DocumentFileApi.openInputStream (DocumentFileApi.java)
at io.alexrintt.sharedstorage.storageaccessframework.DocumentFileApi.readDocumentContent (DocumentFileApi.java)
at io.alexrintt.sharedstorage.storageaccessframework.DocumentFileApi.access$readDocumentContent (DocumentFileApi.java)
at io.alexrintt.sharedstorage.storageaccessframework.DocumentFileApi$onMethodCall$1.invokeSuspend (DocumentFileApi.java)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (BaseContinuationImpl.java)
at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.java)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run (LimitedDispatcher.java)
at kotlinx.coroutines.scheduling.TaskImpl.run (TaskImpl.java)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely (CoroutineScheduler.java)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask (CoroutineScheduler.java)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker (CoroutineScheduler.java)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run (CoroutineScheduler.java)