diff options
-rwxr-xr-x | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 18f1cca..329f376 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -7,7 +7,8 @@ <application android:name=".SEApplication" android:label="SecureElementApplication" android:persistent="true" - android:directBootAware="true"> + android:directBootAware="true" + android:memtagMode="async"> <service android:name=".SecureElementService" android:visibleToInstantApps="true" android:exported="true"> |