version:1.0.0

update:更换网页,修改主页
bugfixes:修复推送和地图
This commit is contained in:
2024-07-13 10:06:30 +08:00
parent ef836554ad
commit 6142c737e1
36 changed files with 382 additions and 660 deletions

View File

@@ -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();