A bottom dialog picker inspired by Telegram, compatible with all Android versions (1, 10, 11, 12, 13).
- 📸 Take Pictures: Capture photos with the camera and save them to storage.
- 🔍 File Search: Easily search through your files.
- 📱 Wide Compatibility: Supports Android 10+.
- 📜 Expandable & Scrollable: Smooth and intuitive dialog navigation.
- 🎨 Fully Customizable: Customize colors, text, minimum and maximum file sizes, and more.
- 🔒 No Runtime Permissions Needed: Simplified user experience without requiring additional permissions.
Add the JitPack repository to your root build.gradle
file:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}