File tree 1 file changed +7
-3
lines changed
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 )
2
4
Android Library to select files/directories from Device Storage
3
5
4
6
** Library available at JitPack.io**
5
7
6
8
[ ![ ] ( https://jitpack.io/v/TutorialsAndroid/FilePicker.svg )] ( https://jitpack.io/#TutorialsAndroid/FilePicker )
7
9
10
+ ` Latest version of this library is migrated to androidx `
11
+
8
12
### Screenshot
9
13
10
14
![ ] ( 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:
29
33
Step 2. Add the dependency
30
34
31
35
dependencies {
32
- implementation 'com.github.TutorialsAndroid:FilePicker:v3 .0.19'
36
+ implementation 'com.github.TutorialsAndroid:FilePicker:v4 .0.19'
33
37
}
34
38
35
39
### Usage
@@ -104,7 +108,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
104
108
1 . Start by declaring [ FilePickerPreference] in your settings xml file as:
105
109
106
110
``` xml
107
- <com .kinda. developer.filepicker.view.FilePickerPreference
111
+ <com .developer.filepicker.view.FilePickerPreference
108
112
xmlns : app =" http://schemas.android.com/apk/res-auto"
109
113
android : key =" your_preference_key"
110
114
android : title =" Pick a Directory"
You can’t perform that action at this time.
0 commit comments