mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-15 15:58:50 -04:00
Pause NFC by default
This commit is contained in:
1 parent
2bd6fc444e
commit
0967e475d5
2 files changed
+2
-2
No files matched your search
@@ -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() {
|
||||
|
||||
Reference in new issue
Block a user