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
Use DocumentFileCompat documentFileCompat = DocumentFileCompat.fromTreeUri(mContext, uri);
Uri is content://com.android.externalstorage.documents/tree/primary:Android/data/document/primary:Android/data/com.iapp.app/456/
Here Uri.decode(documentFileCompat.getUri().toString()) return content://com.android.externalstorage.documents/tree/primary:Android/data/document/primary:Android/data
In short, Uri has been changed
The text was updated successfully, but these errors were encountered:
Use
DocumentFileCompat documentFileCompat = DocumentFileCompat.fromTreeUri(mContext, uri);
Uri is
content://com.android.externalstorage.documents/tree/primary:Android/data/document/primary:Android/data/com.iapp.app/456/
Here
Uri.decode(documentFileCompat.getUri().toString())
returncontent://com.android.externalstorage.documents/tree/primary:Android/data/document/primary:Android/data
In short, Uri has been changed
The text was updated successfully, but these errors were encountered: