version:1.6.3

fix:修复专注模式能打开九学王应用
update:
This commit is contained in:
2023-09-28 11:30:31 +08:00
parent ef7f35eccb
commit 7ed3114868
9 changed files with 113 additions and 29 deletions

View File

@@ -63,7 +63,7 @@ public class RemoteManager {
getLocation();
try {
String sn = mGetInfoInterface.getSerial();
CrashReport.setDeviceModel(mContext, sn);
CrashReport.setDeviceId(mContext, sn);
mMMKV.encode(SN_KEY, sn);
Log.e(TAG, "onServiceConnected: sn = " + sn);
} catch (RemoteException e) {