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
* - Provided "android.permission.MANAGE_EXTERNAL_STORAGE" permission access to the user and removed from the library
* Update README.md
Co-authored-by: AKASH PATEL <akash.patel@mindinventory.com>
@@ -108,6 +108,8 @@ Lassi is simplest way to pick media (either image, video, audio or doc)
108
108
}
109
109
```
110
110
111
+
### Document access permission note
112
+
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.
111
113
112
114
### Guideline for contributors
113
115
Contribution towards our repository is always welcome, we request contributors to create a pull request to the **develop** branch only.
0 commit comments