Open developerGM opened 7 years ago
Hi, inside FileUtils.java there is a problem. In getDataColumn method you should manage the new ContentProvider management
FileUtils.java
getDataColumn
cursor = context.getContentResolver().query(uri, projection, selection, selectionArgs, null); column _data table not exists.
cursor = context.getContentResolver().query(uri, projection, selection, selectionArgs, null);
_data
If you want that this library works with Android >= N, please fix this issue.
set targetSdkVersion 22 of k4l-video-trimmer module's gradle. may be it will works.
Hi, inside
FileUtils.java
there is a problem. IngetDataColumn
method you should manage the new ContentProvider managementcursor = context.getContentResolver().query(uri, projection, selection, selectionArgs, null);
column_data
table not exists.If you want that this library works with Android >= N, please fix this issue.