0

我正在与读者整合,并使用自己的收藏家的图书馆来做到这一点。通过这种方式,我创建了一个 Java 应用程序并使用 JNI 将它与我的移动应用程序集成。

当我在设备上打开我的应用程序时,它会securityException在我调用从应用程序本身启动服务的方法的那一行出现错误:

Intent serviceIntent = new Intent ();
serviceIntent.setAction ("com.honeywelll.decode.decodeService");
startService (serviceIntent); // In this line of the security exception error

java.lang.SecurityException:不允许启动服务 Intent {act = com.honeywell.decode.DecodeService} 未经许可未从 uid 10089 EJNIException 导出

注意:它适用于 Java 版本 4.1.1,但在 7.1 中会发生此错误。

4

0 回答 0