Android Library to select files/directories from Device Storage
Download The New Debate App [ Heatic Debate App ] Debate On Major Topics With This App.
Don’t forget to follow me on Instagram to stay up-to-date Follow Me
Screenshot

Features
- Easy to Implement.
- No permissions required.
- Files, Directory Selection.
- Single or Multiple File selection.
Installation
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.TutorialsAndroid:FilePicker:v4.0.19'
}
Usage
For usage see the docs https://github.com/TutorialsAndroid/FilePicker