refactor(servicing): 优化推送消息处理并更新版本号- 更新项目版本号至 1.0.1.9.9.33

- 修改 MainActivity 中的 taskCode 以反映新的任务编号
- 注释掉 PushMessageActivity 中的 setupPushMessageReceiver 方法调用
- 调整 ServiceManager 中的推送消息接收器注册逻辑
- 修改 PUSH_MESSAGE意图的处理方式,增加对主进程的判断
This commit is contained in:
songzhiling
2025-04-30 15:11:23 +08:00
parent 22b0f14236
commit 43e798e90e
4 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ class MainActivity : ComponentActivity() {
.fillMaxSize()
.clickable {
val uri =
"zd.assist://app?taskCode=ZD250429100095&driverName=宋志领&driverPhone=17630035658&rescueVehicle=沪88888".toUri()
"zd.assist://app?taskCode=ZD250429100116&driverName=宋志领&driverPhone=17630035658&rescueVehicle=沪88888".toUri()
val intent = Intent(Intent.ACTION_VIEW, uri)
startActivity(intent)
}