mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-04 14:07:15 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user