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
android 11 when try to upload Image from uri to server app crash with this message
Permission Denial: opening provider com.android.providers.media.MediaDocumentsProvider from ProcessRecord
requires that you obtain access using ACTION_OPEN_DOCUMENT or related APIs
api 'com.github.Drjacky:ImagePicker:2.1.15'
implementation 'com.github.florent37:inline-activity-result-kotlin:1.0.4'
The text was updated successfully, but these errors were encountered:
You do not need com.github.florent37:inline-activity-result-kotlin anymore. Please run the sample app from this repo on the same device and let me know if the sample app worked or crashed.
android 11 when try to upload Image from uri to server app crash with this message
The text was updated successfully, but these errors were encountered: