Merge "Fix MifareClassic pre-loaded keys doesn't match NFCC definitions"
diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java
index b889a1e..76abaeb 100644
--- a/src/com/android/nfc/NfcService.java
+++ b/src/com/android/nfc/NfcService.java
@@ -125,7 +125,7 @@
     static final String PREF_NDEF_PUSH_ON = "ndef_push_on";
     static final boolean NDEF_PUSH_ON_DEFAULT = false;
     static final String PREF_SECURE_NFC_ON = "secure_nfc_on";
-    static final boolean SECURE_NFC_ON_DEFAULT = true;
+    static final boolean SECURE_NFC_ON_DEFAULT = false;
     static final String PREF_FIRST_BEAM = "first_beam";
     static final String PREF_FIRST_BOOT = "first_boot";