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
@@ -49,6 +52,7 @@ For your convenience, it is available on jCenter, So just add this in your app d
49
52
50
53
**Options**
51
54
55
+
Cusstomization options can be passed as extras to FolderPicker activity.
52
56
53
57
```java
54
58
@@ -63,4 +67,22 @@ For your convenience, it is available on jCenter, So just add this in your app d
63
67
64
68
```
65
69
66
-
[Click to see an example working code](https://github.com/kashifo/android-folder-picker-library/blob/master/app/src/main/java/lib/folderpicker/demo/MainActivity.java)
70
+
[Click here to see an example](https://github.com/kashifo/android-folder-picker-library/blob/master/app/src/main/java/lib/folderpicker/demo/MainActivity.java)
71
+
72
+
73
+
## License
74
+
75
+
Copyright 2017 Kashif Anwaar.
76
+
77
+
Licensed under the Apache License, Version 2.0 (the "License");
78
+
you may not use this file except in compliance with the License.
79
+
You may obtain a copy of the License at
80
+
81
+
http://www.apache.org/licenses/LICENSE-2.0
82
+
83
+
Unless required by applicable law or agreed to in writing, software
84
+
distributed under the License is distributed on an "AS IS" BASIS,
85
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
86
+
See the License for the specific language governing permissions and
0 commit comments