From 7881457d0cfee0907328c022585b5a3213e99eea Mon Sep 17 00:00:00 2001 From: Cameron Aaron Date: Fri, 16 May 2025 16:46:09 -0700 Subject: [PATCH] opt-in to MTE async mode currently only benefits GrapheneOS users on Pixel 8 and 9 who don't turn on MTE for all apps or Molly manually. hopefully will be extended to all Pixel users and then more devices --- packages/mobile/android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mobile/android/app/src/main/AndroidManifest.xml b/packages/mobile/android/app/src/main/AndroidManifest.xml index f3f6d6eeb31..e2b5973f068 100644 --- a/packages/mobile/android/app/src/main/AndroidManifest.xml +++ b/packages/mobile/android/app/src/main/AndroidManifest.xml @@ -26,6 +26,7 @@ android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" + android:memtagMode="async" android:allowBackup="true" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config"