Fereshteh
Fereshteh

Reputation: 193

how to add nfc_extras to android project using reflection?

I want to use nfc_extras in my android project to use card emulation capability of my phone. I know there are two ways to do that; either by creating a jar file in Android source or using reflection. I'd prefer to go through the second one though. How to do that through reflection? How I can use reflection to take advantage of nfc_extras in my project?

Upvotes: 1

Views: 628

Answers (1)

NFC guy
NFC guy

Reputation: 10228

See Nikolay Elenkov's blog at http://nelenkov.blogspot.nl/2012/08/accessing-embedded-secure-element-in.html for an in-depth tutorial on how to do exactly what you want.

Upvotes: 3

Related Questions