From 3d3c116978dbff8e515485600d5a6908f2b5df7d Mon Sep 17 00:00:00 2001 From: Vincent Harrius Date: Thu, 6 Apr 2023 14:23:02 +0200 Subject: [PATCH] using immutable flag for intent --- src/nfc.android.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nfc.android.ts b/src/nfc.android.ts index 5f4e3d3..ca64487 100644 --- a/src/nfc.android.ts +++ b/src/nfc.android.ts @@ -470,7 +470,7 @@ export class Nfc implements NfcApi { activity, 0, this.intent, - 0 + 33554432 // Constant for FLAG_IMMUTABLE ); // The adapter must be started with the foreground activity.