Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e1ca528 authored by Evgenii Stepanov's avatar Evgenii Stepanov
Browse files

Enable Async MTE in the Bluetooth app.

Bug: 181603044
Test: none yet - this change does not affect non-MTE hardware
Change-Id: I21a32fd5a096fadeb9f1982acc5dde0353b0cc42
parent f93e35da
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@
         android:supportsRtl="true"
         android:usesCleartextTraffic="false"
         android:directBootAware="true"
         android:defaultToDeviceProtectedStorage="true">
         android:defaultToDeviceProtectedStorage="true"
         android:memtagMode="async">
        <uses-library android:name="javax.obex"/>
        <provider android:name=".opp.BluetoothOppProvider"
             android:authorities="com.android.bluetooth.opp"