美文网首页
bindService无响应

bindService无响应

作者: 花花爱笑 | 来源:发表于2022-04-14 21:37 被阅读0次

    如果你是targetSdkVerison是30及30以上的话,需要在调用的客户端AndroidManifest上加上    <!--如果想要与其他的应用进行AIDL通信的话,需要在这里注册包名的信息--> <!--谷歌的文档说明https://developer.android.google.cn/guide/topics/manifest/queries-element?hl=en-->

    </queries>   

     <package android:name="com.ebanma.payment" />

    </queries>

    相关文章

      网友评论

          本文标题:bindService无响应

          本文链接:https://www.haomeiwen.com/subject/ycuxertx.html