Hi everyone, I'm faced to a big issue on my Android Application. I've implemented the SEEK API to my project, I'm able to select APPLET, open a channel , transmit data and close the channel. For now, everything is fine.
But, with an external reader I want to be able to start the activity even if she is away. When I was working on SIM card, it was an IntentFilter in my Manifest which launch the MainActivity. But now, with eSE, I'm obliged to pass through a BroadcastReceiverw which is launched on this action "com.android.nfc_extras.action.AID_SELECTED", then if APPLET is mine, I start MainActivity with ACTIVITY_NEW_FLAG. When I tried to do such a thing, when openLogicalChannel(APPLET_ID); I get a null channel. Any idea ? -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

