From ad5b2570b6f4a31402a1adc2c07922bc8a9a5390 Mon Sep 17 00:00:00 2001 From: flexxxxer Date: Sat, 9 May 2026 19:55:17 +0300 Subject: [PATCH] enable memory tagging makes app exploitation much harder on devices and OS's with MTE support https://source.android.com/docs/security/test/memory-safety/arm-mte#enable-mte-apps --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 05244401d..bd4721e2c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -29,6 +29,7 @@ android:supportsRtl="true" android:networkSecurityConfig="@xml/network_security_config" android:theme="@style/Theme.CapyReader" + android:memtagMode="async" tools:targetApi="33">