File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- # FilePicker ![ API] ( https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat ) [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/TutorialsAndroid/FilePicker/badge.svg?targetFile=filepicker%2Fbuild.gradle )] ( https://snyk.io/test/github/TutorialsAndroid/FilePicker?targetFile=filepicker%2Fbuild.gradle ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-orange.svg )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-FilePicker-yellow.svg?style=flat )] ( https://android-arsenal.com/details/1/7663 )
1+ ![ ] ( https://github.com/TutorialsAndroid/FilePicker/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png )
2+
3+ # FilePicker ![ API] ( https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat ) [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-orange.svg )] ( https://opensource.org/licenses/Apache-2.0 ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-FilePicker-yellow.svg?style=flat )] ( https://android-arsenal.com/details/1/7663 )
24Android Library to select files/directories from Device Storage
35
46** Library available at JitPack.io**
57
68[ ![ ] ( https://jitpack.io/v/TutorialsAndroid/FilePicker.svg )] ( https://jitpack.io/#TutorialsAndroid/FilePicker )
79
10+ ` Latest version of this library is migrated to androidx `
11+
812### Screenshot
913
1014![ ] ( https://github.com/TutorialsAndroid/FilePicker/blob/master/screenshots/device-2019-05-10-182300.png )
@@ -29,7 +33,7 @@ Add it in your root build.gradle at the end of repositories:
2933Step 2. Add the dependency
3034
3135 dependencies {
32- implementation 'com.github.TutorialsAndroid:FilePicker:v3 .0.19'
36+ implementation 'com.github.TutorialsAndroid:FilePicker:v4 .0.19'
3337 }
3438
3539### Usage
@@ -104,7 +108,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
1041081 . Start by declaring [ FilePickerPreference] in your settings xml file as:
105109
106110 ``` xml
107- <com .kinda. developer.filepicker.view.FilePickerPreference
111+ <com .developer.filepicker.view.FilePickerPreference
108112 xmlns : app =" http://schemas.android.com/apk/res-auto"
109113 android : key =" your_preference_key"
110114 android : title =" Pick a Directory"
You can’t perform that action at this time.
0 commit comments