Mime type consistency

This commit is contained in:
Dominik Schürmann
2015-10-15 19:56:04 +02:00
parent 81283a2967
commit a5ff2f8fe3
7 changed files with 19 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ public class NfcHelper {
* guarantee that this activity starts when receiving a beamed message. For now, this code
* uses the tag dispatch system.
*/
return new NdefMessage(NdefRecord.createMime(Constants.NFC_MIME,
return new NdefMessage(NdefRecord.createMime(Constants.MIME_TYPE_KEYS,
mNfcKeyringBytes), NdefRecord.createApplicationRecord(Constants.PACKAGE_NAME));
}
};