sonivaibhav27
sonivaibhav27
I have uploaded the changes through codepush , and it was in JS File . It was reflected without any errors.
@EndLess728 can you provide your code for accessing particular folder , it would be helpful.
Thank you @EndLess728 . I am reading the Uri but when i list the dir file using `listFiles` getting error as `'content://com.android.externalstorage.documents/tree/primary%3AAndroid%2Fmedia%2Fcom.whatsapp%2FWhatsapp%2FMedia%2F.Statuses'does not have permission to read/write`
Hey Thanks you for your code @EndLess728 . I was using Bare React Native Project. I have made changes to `openDocumentTree` fn native code for android, so that it can...
``` @RequiresApi(api = Build.VERSION_CODES.KITKAT) @ReactMethod public void openDocumentTree(String initialFileUrl , final boolean persist, final Promise promise) { try { Intent intent = new Intent(); intent.setAction(Intent.ACTION_OPEN_DOCUMENT_TREE); // New Added Start if...
@mantusuff420 Its Native , so it will handle by OS i.e Android. So Listing Files would not be issue here.