java.lang.SecurityException: Not allowed to bind to service Intent

银联支付部分机型调起异常

E/AndroidRuntime: FATAL EXCEPTION: SEServiceHandlerThread
java.lang.SecurityException: Not allowed to bind to service Intent { act=org.simalliance.openmobileapi.service.ISmartcardService pkg=org.simalliance.openmobileapi.service }
at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1856)
at android.app.ContextImpl.bindService(ContextImpl.java:1820)
at android.content.ContextWrapper.bindService(ContextWrapper.java:539)
at org.simalliance.openmobileapi.SEService$SEServiceHandler.handleMessage(SEService.java:478)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:135)
at android.os.HandlerThread.run(HandlerThread.java:61)

解决方案添加该权限


你可能感兴趣的:(java.lang.SecurityException: Not allowed to bind to service Intent)