Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何与 Android 上的 (G&D) 微型 SD 卡安全元件交谈/交流?
这没有在手机上闪烁或有自定义 ROM - 希望它在 Galaxy S2 和 S3 上工作。
我们可以在 BlackBerry 中执行此操作并使用 Rim 'SmartCardReader' 对象,一旦建立连接,然后发送 APDU 字节,但我在 Android 中找不到类似的东西来建立连接。是否有允许访问它的代码或库?
谢谢
看看下面的项目:
http://code.google.com/p/seek-for-android/
我一直在寻找类似的东西,这是我找到的最接近的