Conversation

Filesystem-based encryption allows Android to provide per-user-profile encryption keys. That enables support for ending the session of profiles, at least for secondary profiles. Ending the owner profile session without reboot would be possible but it'd basically be a soft reboot.
1
1
Ending the owner profile session would have to end all other sessions, soft reboot the OS and then purge the keys. It's semantically the same as rebooting, but it would be non-trivial to implement correctly. End session for secondary profiles is far more useful and works already.
1
"In particular, Android provides no equivalent of Apple’s Complete Protection (CP) encryption class, which evicts decryption keys from memory shortly after the phone is locked." is not true. This functionality is provided via Android's hardware-backed keystore API.
1
The "Large attack surface" point in comparison to iOS is nonsense. It doesn't make sense. Android is developed as a single source tree. This is spinning open source and forking existing projects rather than everything being Android-specific as a negative thing. It's really not...
1