From 5f34483e98900a3f2c299a8c9eb6cf78c4cd072c Mon Sep 17 00:00:00 2001 From: Thore Goebel Date: Fri, 19 Sep 2025 11:04:35 +0200 Subject: [PATCH] Opt-in to Arm MTE Signed-off-by: Thore Goebel --- 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 d9313de09..a0ff4c8f1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,6 +24,7 @@ android:fullBackupContent="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name_long" + android:memtagMode="async" android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" android:theme="@style/AppTheme"