Rohit Rajendra Barate

Results 2 comments of Rohit Rajendra Barate

> @ammarahm-ed eureka! `copyFile` works for me is I use the uri: > > `content://com.android.externalstorage.documents/tree/01F6-AC3F%3APodverse/document/01F6-AC3F%3APodverse%2Flwx0wMYSjP.mp3` > > With the URL encoded `%2F` character instead of `/`. Not sure why it's...

> ``` > @RequiresApi(api = Build.VERSION_CODES.KITKAT) > @ReactMethod > public void openDocumentTree(String initialFileUrl , final boolean persist, final Promise promise) { > > try { > > Intent intent =...