I have created one simple application to send NDeF Record and display it in other device. Now i have deleted my P2P reader application from my device and download other TAG rader application. Now if i do tap that Tag Reader Application display my complete data which i don't want to allow.
P.S I have created the ndef record like
NdefRecord newNdefRecord = new NdefRecord(NdefRecord.TNF_EXTERNAL_TYPE,
"com.yash.test:yash".getBytes(), new byte[0], data);
Is it possible?