Parag Pawar
Parag Pawar
> @nvhaiwork You can add `android:requestLegacyExternalStorage="true"` in `AndroidManifest.xml` currently Will that work properly in Android 10 and coming versions?
Yeah It's working fine now, thank you very much @ToDou
Hey, @kkbran I want to implement the same functionality. did you find a solution to this?
@zhaozhongyu Were you able to solve this issue?
Anybody found a solution to this??
I found the solution, instead of implementing AddMoreImagesListener at activity or fragment level, just create a variable for it like this: var mAddMoreListener = object: AddMoreImagesListener{ override fun addMore(context: AppCompatActivity,...