Why is the toggle not available for some (or all?) 32bit apps? Is the hardening applied in the same manner to 32bit and 64bit versions of the same app? What am I missing?
Related:
I'm trying to solve this problem. I observed that arm64-v8a builds of the app mentioned in that post crash when the compability mode is disabled, and they don't crash when it's enabled. On the other hand, armabi-v7a builds of that app don't crash, and the thing here is that they don't even have the compability mode toggle in android settings so there's no way for me to know why they don't crash. Is it because some of the hardening isn't applied or because the fact that it is 32bit somehow doesn't cause the issue?