|
@@ -75,7 +75,7 @@ public abstract class BaseActivity extends Activity {
|
|
|
// ----------aidl 消息互通-----------
|
|
|
private void bindService() {
|
|
|
|
|
|
- AppLogUtils.e(true,"与服务端进行绑定 bindService");
|
|
|
+ AppLogUtils.i(true,"与服务端进行绑定 bindService");
|
|
|
Intent intent = new Intent();
|
|
|
// 对应服务端AndroidManifest.xml配置service action:name
|
|
|
String ACTION = "com.hh.hhomc.services.AidlService";
|