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
abdallahmehiz, Anthonyy232, joeybrunner and apkcloud