You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Read all about internal classes and functions in the [wiki](https://github.com/Angads25/android-filepicker/wiki).
2
+
Android Library to select files/directories from Device Storage.
14
3
15
4
### Features
16
5
@@ -23,7 +12,7 @@ Super Lite Android Library to select files/directories from Device Storage.
23
12
24
13
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
25
14
```gradle
26
-
compile 'com.github.angads25:filepicker:1.1.1'
15
+
27
16
```
28
17
29
18
### Usage
@@ -98,7 +87,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
98
87
1. Start by declaring [FilePickerPreference](https://github.com/angads25/android-filepicker/wiki/filepicker-preference) in your settings xml file as:
@@ -148,45 +137,10 @@ Marshmallow and above requests for the permission on runtime. You should overrid
148
137
* `extensions` should end with ':' , also have ':' between two extensions.
149
138
eg. /sdcard:/mnt:
150
139
151
-
### Note:
152
-
[FilePickerPreference](https://github.com/angads25/android-filepicker/wiki/filepicker-preference) stores selected directories/files as a `String`. It delimits multiple files/directories using ':' `char`.
153
-
154
-
## Read more on implementation [here](https://github.com/Angads25/android-filepicker/wiki/Implementation).
0 commit comments