我在使用Android与自定义SIM卡通信的应用程序上工作。在我将Google更新为Android13之前,这个应用程序已经起了作用。从那时起,当调用openLogicalChannel of Session时,我得到了以下例外:
Caused by: java.io.IOException: OpenLogicalChannel() failed
at android.se.omapi.Session.openLogicalChannel(Session.java:322)
at android.se.omapi.Session.openLogicalChannel(Session.java:359)我还没有在Androdid 13文档中找到任何关于OMAPI更改或附加权限的信息。
isSecureElementPresent of Reader返回true。
有人有线索吗?
https://stackoverflow.com/questions/73895306
复制相似问题