version:1.0.0
update:更换网页,修改主页 bugfixes:修复推送和地图
This commit is contained in:
@@ -18,7 +18,8 @@ import java.util.Set;
|
||||
import java.util.concurrent.CopyOnWriteArraySet;
|
||||
|
||||
public class RemoteManager {
|
||||
private static final String TAG = RemoteManager.class.getSimpleName();
|
||||
private static final String TAG = "RemoteManager";
|
||||
|
||||
private static final String SN_KEY = "sn_serial_key";
|
||||
private MMKV mMMKV = MMKV.mmkvWithID(CommonConfig.MMKV_ID, MMKV.MULTI_PROCESS_MODE);
|
||||
|
||||
@@ -102,7 +103,7 @@ public class RemoteManager {
|
||||
mListeners.remove(listener);
|
||||
}
|
||||
|
||||
private void bindInfoService() {
|
||||
public void bindInfoService() {
|
||||
if (mIGetInfoInterface == null) {
|
||||
//这是连接aidl服务的代码
|
||||
Intent intent = new Intent();
|
||||
|
||||
Reference in New Issue
Block a user