Skip to content

Commit eca92e3

Browse files
authored
Merge pull request #112 from Mindinventory/hotfix/update_readme
Hotfix/update readme
2 parents cc75491 + 39ab939 commit eca92e3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
144144
}
145145
```
146146
* 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.
147-
```
148-
https://github.com/Mindinventory/Lassi-Android/blob/931e147ebe6282bd1629858b5a9f29fe5a0b8b32/lassi/src/main/res/values/strings.xml
149-
```
147+
* [Lassi params](https://github.com/Mindinventory/Lassi-Android/blob/931e147ebe6282bd1629858b5a9f29fe5a0b8b32/lassi/src/main/res/values/strings.xml)
150148
151149
### Document access permission note
152150
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.

0 commit comments

Comments
 (0)