version:1.0.0
update:增加混淆,优化其他包名 bugfixes:
This commit is contained in:
@@ -106,9 +106,9 @@ public class RemoteManager {
|
||||
if (mIGetInfoInterface == null) {
|
||||
//这是连接aidl服务的代码
|
||||
Intent intent = new Intent();
|
||||
intent.setAction("com.uiuios.sn.IGetInfoInterface");
|
||||
intent.setPackage("com.uiuios.sn");
|
||||
intent.setComponent(new ComponentName("com.uiuios.sn", "com.uiuios.sn.service.RemoteService"));
|
||||
intent.setAction("com.xxpatx.sn.IGetInfoInterface");
|
||||
intent.setPackage("com.xxpatx.sn");
|
||||
intent.setComponent(new ComponentName("com.xxpatx.sn", "com.xxpatx.sn.service.RemoteService"));
|
||||
mContext.bindService(intent, mIGetInfoConnection, Context.BIND_AUTO_CREATE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user