Relative Content

Tag Archive for android-studioandroid-permissions

Android Scoped Permission – Write External Storage Permission Denied

I was asked by my college to find errors on why the given app is unable to request write_external_storage permission.
They provided us with a mainActivity.java code for a simple recording application, which I feel is generated by chatGPT
Being new to android development, I have no knowledge about how android’s new permissions work and I’m unable to get a workaround.
if there are any other errors in this code, please point them out.