mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-12 22:33:37 -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() {
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:widgetLayout="@layout/preference_material_switch"
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="@string/settings_key_disable_nfc_while_viewing_card"
|
||||
android:summary="@string/settings_disable_nfc_while_viewing_card_summary"
|
||||
android:title="@string/settings_disable_nfc_while_viewing_card"
|
||||
|
||||
Reference in new issue
Block a user