Pause NFC by default

This commit is contained in:
Sylvia van Os
2026-04-25 14:07:50 +02:00
parent 2bd6fc444e
commit 0967e475d5
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public class Settings {
}
public boolean getDisableNfcWhileViewingCard() {
return getBoolean(R.string.settings_key_disable_nfc_while_viewing_card, false);
return getBoolean(R.string.settings_key_disable_nfc_while_viewing_card, true);
}
public boolean getAllowContentProviderRead() {