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
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,14 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
11
11
12
12
### Key features
13
13
14
-
* Android 13 support
14
+
* Android 14 support
15
15
* Simple implementation
16
16
* Set your own custom styles
17
17
* Filter by particular media type
18
18
* Filter videos by min and max time
19
19
* Enable/disable camera from LassiOption
20
20
* You can open System Default view for file selection by using MediaType.FILE_TYPE_WITH_SYSTEM_VIEW
21
+
* Photo Picker feature integration
21
22
22
23
# Usage
23
24
@@ -146,6 +147,21 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
146
147
* Option - 2. To localize text content of Lassi picker with multiple language options, define language-specific string resource file in your project and update values of string resource keys mentioned in below link with your desired language.
.setCustomLimitExceedingErrorMessage("Selected item exceeded the limit!")
162
+
.build()
163
+
```
164
+
149
165
### Document access permission note
150
166
If Android device SDK is >= 30 and wants to access document (only for choose the non media file) then add ```android.permission.MANAGE_EXTERNAL_STORAGE``` permission in your app otherwise library won't allow to access documents. Kindly check sample app for more detail.
151
167
If you don't want to give Manage External Storage permission and wants to get files with system default view then You can use `OR` option from Step 1 and give required file type of document.
0 commit comments