coomar2841 / android-multipicker-library

Android Multipicker Library
Apache License 2.0
438 stars 107 forks source link

Android Oreo requires a notification configuration for the service to run. https://developer.android.com/reference/android/content/Context.html#startForegroundService(android.content.Intent) #162

Closed Sunaina015 closed 5 years ago

Sunaina015 commented 5 years ago

I am getting this error when i am going to upload the image in android version 8.0 to above. Please help me how we can resolve this issue.

coomar2841 commented 5 years ago

This doesn't look like a library issue. Are you using a service to upload the image? You can refer to the above documentation for correctly implementing such a service.