我在使用Android与自定义SIM卡通信的应用程序上工作。在我将Google更新为Android13之前,这个应用程序已经起了作用。openLogicalChannel of Session时,我得到了以下例外: at android.se.omapi.Session.openLogicalChannel(Session.java:322)
at android<
直到Android13之前,它运行良好,但在Android13之后的某一时刻,它开始失败。我怀疑这与该应用程序发起任意活动的权限(或缺乏)有关,但在文档中涉水已经产生了zilch。: Unable to find explicit activity class {com.android.chrome/com.google.android.apps.chrome.IntentDispatcher,所以我添加了以下内容: