FilePicker
FilePicker copied to clipboard
FilePicker library for Android
The documentation is not clear enough. Please improve on it.
I am unable to select document from one drive using this file picker in android OS version 11. When i select the document my app crashed.
The problem is ".nomedia" file is being search through many directories, this solution caches directories that has been already checked. ## Description The solution uses HashSet to cache directories which...
android.database.sqlite.SQLiteException: near "GROUP": syntax error (code 1 SQLITE_ERROR[1]): , while compiling: SELECT _data FROM files WHERE ((_data>'') AND (is_pending=0) AND (is_trashed=0) AND (volume_name IN ( 'external_primary' ))) AND ((bucket_id IS...
**Error Trace** 2020-08-03 00:55:28.614 17556-17594/com.jaiselrahman.filepickersample E/AndroidRuntime: FATAL EXCEPTION: arch_disk_io_3 Process: com.jaiselrahman.filepickersample, PID: 17556 **_java.lang.IllegalArgumentException: Invalid token LIMIT_** at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:172) at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:142) at android.content.ContentProviderProxy.query(ContentProviderNative.java:472) at android.content.ContentResolver.query(ContentResolver.java:1183) at android.content.ContentResolver.query(ContentResolver.java:1115) at androidx.core.content.ContentResolverCompat.query(ContentResolverCompat.java:81) **at...
I am seeing this issue mainly on Android 10. Here is the stacktrace. Probably related to this issue: https://github.com/jaiselrahman/FilePicker/issues/57 ``` #00 pc 000000000006b63c /apex/com.android.runtime/lib64/bionic/libc.so (syscall+28) #00 pc 000000000014ae70 /apex/com.android.runtime/lib64/libart.so (art::ConditionVariable::WaitHoldingLocks(art::Thread*)+136)...
I cannot change theme FilePickerActivity. this make some issue when my primary color is white. Toolbar of FilePickerActivity will be white but either the text of action bar
I am having issues with the version I use which is 1.2.2 (doesnt support android 10) I tried all newer versions but all of them show the default phone media...
android:requestLegacyExternalStorage="true" take from camera not working ## Description i am testing on android 10. while taking picture from camera its not saving in android 10. ## Motivation and Context it...