Parcelable[] rawMsgs = intent.getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES);
when i debug application raw Msgs value is following below,
[NdefMessage [NdefRecord tnf=1 type=5370 payload=D1010B5501676F6F676C652E636F6D]] data
where is come from this value thanks in advance.