Merge pull request #1157 from hansjansen2/main

Enable asynchronous memory tagging
pull/1185/merge
deniscerri 3 months ago committed by GitHub
commit 081bdb5bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -48,7 +48,8 @@
android:supportsRtl="true"
android:theme="@style/BaseTheme"
tools:ignore="DataExtractionRules"
tools:targetApi="tiramisu">
tools:targetApi="tiramisu"
android:memtagMode="async">
<profileable
android:shell="true"
tools:targetApi="29" />
@ -574,4 +575,4 @@
android:foregroundServiceType="dataSync"/>
</application>
</manifest>
</manifest>

Loading…
Cancel
Save