mueller-ma / PrepaidBalance

App to check your prepaid balance
Apache License 2.0
35 stars 12 forks source link

csv export error fixed #211

Closed Ohior closed 1 year ago

Ohior commented 1 year ago

I have rewritten the code. This time I did not use try and catch any error, but instead I checked which device version the app was running so that It can ask for permission.

This is the debug APK of the app version I wrote, You can test it on API less that 28, which it will ask for permission of course. And anything higher than than 28 it will not ask for permission

note it is only API lower than 28 that ask for write permission

debug.zip

mueller-ma commented 1 year ago

Thanks!

Ohior commented 1 year ago

Thanks!

glad I could be of service