How to open the internal secure element

View: New views
1 Messages — Rating Filter:   Alert me  

How to open the internal secure element

by josergc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Use the string "nfc:InternalISO14443", for instance:

...
ISO14443Connection conn = (ISO14443Connection)Connector.open("nfc:InternalISO14443");
...