dominguezcm

Results 1 comments of dominguezcm

The problem is on choose a file from "Recent Files". Check replace this on FilePickerModule.java `final Uri contentUri = ContentUris.withAppendedId( Uri.parse(prefix + "downloads/public_downloads"), Long.valueOf(id));` for this `final Uri contentUri =...