Conversation

I didn't realize Android verified apps on boot. I had a silly patch for Twitter (done by directly hexediting one of the overlay APKs on-device, because I'm lazy) and it worked fine until I rebooted, then Twitter disappeared. Or is this some Play Services verification thing?
4
93
Very few apps bother to use that. I think the reason is simply that very few app developers are bothering to use the hardware keystores and therefore they lack awareness that there's a proper hardware-based attestation API. SafetyNet uses it but in a very weak way with fallback.
3