mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-04-28 03:08:10 -04:00
Pause NFC by default
This commit is contained in:
@@ -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