aidl "Service Intent must be explicit"

     Android 5.0之后,Aidl绑定都须要显示调用,若是仍是隐显调用,发生异常: java.lang.IllegalArgumentException: Service Intent must be explicit。java      例如:android ntent intent = new Intent("android.intent.action.AIDLService");
相关文章
相关标签/搜索