Thank for your nice work! I didn't test it on various device or OS version, but it may occur another also. I found the solution but I couldn't PR. It's .aar file `NativeFilePickerPickFragment` in NativeFilePicker.aar ```java // replace this.startActivityForResult(Intent.createChooser(intent, title), 121455); // to this.startActivityForResult(intent, title, 121455); ``` I don't know why but I found that [Sample code](https://developer.android.com/training/data-storage/shared/documents-files#open-file) of ACTION_OPEN_DOCUMENT does not use Intent.createChooser(), also referred [comments of this](https://stackoverflow.com/questions/69213690/android-11-activityresult-throwing-only-result-canceled).