Amberon
Amberon
hey @EbelloImbox i've faced the same issue with this package and found the cause, with newer version of android their is scoped storage to access file outside of it's own...
hello @desaikishan02 this is probably caused by the way android handles storage access for new version of android after API 29. google released scoped storage to access files outside of...
> > I am watching that the problem is only happening in APi > 30 for this code: > > ``` > > if (Build.VERSION.SDK_INT >= 30) { > >...