Re: [android-developers] handled the android.nfc.action.TRANSACTION_DETECTED event

2012-02-18 Thread tarun sablok
Hii Add the DEFAULT Category as well in the Intent filter , i think it will work out for you Well i am also working in NFC making applications on Google Nexus S ... I think you are also working in card Emulation mode.. can you give me some pointers how to go a

[android-developers] handled the android.nfc.action.TRANSACTION_DETECTED event

2012-02-16 Thread Usman
I am struggling to handle android.nfc.action.TRANSACTION_DETECTED event. The device is NFC and also contains secure element which supports SWP to the UICC. I have registered the following BroadCast receiver in my app. public class TransactionReceiver extends BroadcastReceiver { private Str