diff options
| author | Jessica Hummel <jhummel@google.com> | 2014-01-16 12:51:02 +0000 |
|---|---|---|
| committer | Jessica Hummel <jhummel@google.com> | 2014-01-16 12:51:02 +0000 |
| commit | 6fba07ffbd175342a82b9e60f7388e10412e6a7b (patch) | |
| tree | c12442319de4fcb3236273560fc8a9684388793f /overlay | |
| parent | 362169642a97dfbe60ae84874c730dc1e0f188a4 (diff) | |
Grouper devices: Add managed provisioning mime type to the types that NFC recognizes during provisioning.
I've also edited the parent class to enable nfc during setup for all devices for the managed provisioning mime type. We still need to support the nfcProvision mime type for some devices (e.g. grouper).
Change-Id: Ifeeb9a7fca81b9e27f7cdaae80a77e70d19d2511
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/packages/apps/Nfc/res/values/provisioning.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/overlay/packages/apps/Nfc/res/values/provisioning.xml b/overlay/packages/apps/Nfc/res/values/provisioning.xml index 1ca59e3..c996eb5 100644 --- a/overlay/packages/apps/Nfc/res/values/provisioning.xml +++ b/overlay/packages/apps/Nfc/res/values/provisioning.xml @@ -17,12 +17,10 @@ <!-- NFC resources that may need to be customized for different hardware or product builds. --> <resources> - <!-- Whether the device can receive NFC data in setup wizard --> - <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/vnd.com.google.android.nfcprovision</item> + <item>application/com.android.managedprovisioning</item> </string-array> </resources> |
