final
Interesting
I see (in per app settings ):
"Exploit protection compatibility" (on/off)
And "Hardened memory allocator" which is a in/off toggle
I don't think any of these 2 are relating to MTE (Advanced Memory Tagging/ Memory Tag Extensions) but these are for the software malloc
I can't find the MTE settings (per app)
It seems MTE can be enabled in the system developer options, then every app must compile in MTE support around build time (dev's work)
The gos apps already have built in MTE but for other apps it depends if their devs even know about MTE and throw it in in Android Studio or whatever they use
Am I right?