Enable Nfc for provisioning during the device setup for all devices.

Change-Id: Ibbe2c88f73837c09f2411b472e63100f043151cf
diff --git a/res/values/provisioning.xml b/res/values/provisioning.xml
index 74e4418..8253b09 100644
--- a/res/values/provisioning.xml
+++ b/res/values/provisioning.xml
@@ -18,10 +18,11 @@
      for different hardware or product builds. -->
 <resources>
     <!-- Whether the device can receive NFC data in setup wizard -->
-    <bool name="enable_nfc_provisioning">false</bool>
+    <bool name="enable_nfc_provisioning">true</bool>
 
     <!-- The accepted mime-types when NFC is enabled in setup wizard.
          Mime-types must be lower case, wildcards are *not* accepted. -->
     <string-array name="provisioning_mime_types">
+        <item>application/com.android.managedprovisioning</item>
     </string-array>
 </resources>