Restore Arm MTE opt-in for all build variants

The opt-in was originally added in https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1588
Since then, some AndroidManifest re-arrangement caused it to be moved to the legacy variant only.

Move the MTE opt-in back to the root AndroidManifest.

This fixes F-Droid Basic 2.0 not opting in to MTE.
This commit is contained in:
Thore Goebel
2026-05-07 07:19:43 +02:00
parent 988e45848f
commit 7338563227
2 changed files with 1 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:memtagMode="async"
android:networkSecurityConfig="@xml/network_security_config"
android:supportsRtl="true"
android:theme="@style/Theme.FDroid"

View File

@@ -78,7 +78,6 @@
android:icon="@drawable/ic_launcher"
android:label="${applicationLabel}"
android:localeConfig="@xml/locales_config"
android:memtagMode="async"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"