ChiliLabs / ChiliPhotoPicker

Photo picker library for android. Let's you pick photos directly from files, or navigate to camera or gallery.
Apache License 2.0
405 stars 45 forks source link

Doesn't ask for permissions in Java implementation #23

Closed JagarYousef closed 3 years ago

JagarYousef commented 3 years ago

I worked around this library and implemented it in Java but it doesn't ask for permissions when clicking on the "Allow" button without any error message or crash. Is this because it has be done in java or there is something I am missing in the implementation?

JagarYousef commented 3 years ago

I just forgot to include the permissions in manifest, dump me