Skip to content

Commit 33bc270

Browse files
committed
Merge pull request #10280 from wmontwe/feat-disable-memtag-for-beta-and-release
feat: disable memtag for beta and release
1 parent 44c1c94 commit 33bc270

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

app-common/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
android:hasFragileUserData="false"
1010
android:networkSecurityConfig="@xml/network_security_config"
1111
android:usesCleartextTraffic="true"
12-
android:memtagMode="async"
1312
/>
1413

1514
<queries>

app-thunderbird/src/daily/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<application
88
tools:ignore="MissingApplicationIcon"
9+
android:memtagMode="async"
910
>
1011

1112
<!-- This component is disabled by default (if possible). It will be enabled programmatically if necessary. -->

app-thunderbird/src/debug/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<application
88
tools:ignore="MissingApplicationIcon"
9+
android:memtagMode="async"
910
>
1011

1112
<!-- This component is disabled by default (if possible). It will be enabled programmatically if necessary. -->

0 commit comments

Comments
 (0)