- Mar 2, 2017
- 830
- 5
- 0
Ok, so according to https://www.androidpolice.com/2020/...-older-apis-and-core-apps-like-file-managers/ it seems that apps will need to either target Android 10 to retain legacy storage access or request a new permission. Well, that first part could be exploited pretty easily even Google makes all apps target ANdroid 11 in 2021. All I would need to do is, either manually edit the androidmanifest.xml file inside an APK and resign said APK, or simply use my automated modding software of choice (this second option breaks some apps) to set the target API level to Android 10 Q. This will work as long as apps support Android 10 or earlier. Also, using old versions of apps (which you can download from safe sites like APKMirror, APKPure and Uptodown) that target Q is an easy way to deal with this. Some of these APK sites even tell you what the minimum and target API levels are, so less tech savvy people will get to survive this too. Now another thing is that new permission targeted at allowing file managers to work normally. That part is literally a godsend, as I could in theory use that to put stuff into directories that the apps I want to use with whatever files I want are able to access.