Thanks for your input!
redfoxjumper That would work although it's probably a lot more effort and time than just resetting up your apps
Yeah, probably. But I also like the idea of being able to get root access by flashing a modified build should I ever need it to access something...
I’ve come across avbroot in the meantime. Looks like this could also be a solution, but without having to do my own builds. It can patch and sign official builds with my own keys. It also allows to optionally add root. So I seem to be able to create both of the images I need from the official images.
aw22 What I do is just run a "userdebug" build that gives me "adb root" for full filesystem backups without allowing apps to gain root permissions. It's easy, just modify one line of the official build instructions.
Also sounds like a viable option. I’ve never done it this way though. Can I easily do full backups this way as well?
I don’t know anything about the Strongbox / software KeyStore thing you’re mentioning. Sounds like I should read up on this before moving ahead.