SivaShankar

Results 5 comments of SivaShankar

same here. Suggest me some other library

Add `Companion` object to get its instance. eg `FilePickerBuilder.Companion.getInstance().setMaxCount(5) .setSelectedFiles(filePaths) .setActivityTheme(R.style.LibAppTheme) .pickPhoto(this)`

Which Android-FilePicker version are you using? If you are using the latest version i.e `filepicker: 2.2.0` then you need to migrate your project to AndroidX. or use old version `filepicker:2.1.5`

Always getting the same null in` LocationResult.extractResult(intent);` Any Fix?