Access the SIM Card with an Android Application?

后端 未结 6 1386
情深已故
情深已故 2020-12-01 04:54

I wonder if it\'s possible to access to the SIM card with an Android Application

6条回答
  •  庸人自扰
    2020-12-01 05:37

    Without SmartCardAPI from SEEK(Secure Element Evaluation Kit) its never possible. In majority Android phones available in market SmartCardAPI is not implemented. So either you build your own Android after integrating the SmartCardAPI code or wait for some decent phone with this feature to come out. You can find the patch file for implementation here.

提交回复
热议问题