refactor(servicing): 重构极光推送相关代码并优化面部识别功能

- 移除了极光推送相关的冗余代码和配置- 更新了极光推送 SDK版本
- 优化了面部识别流程,增加了弱光环境处理
- 调整了车型信息展示逻辑
- 修复了一些潜在的 bug 和性能问题
This commit is contained in:
songzhiling
2025-05-23 20:25:13 +08:00
parent f29cac2d73
commit 3344e5acd8
16 changed files with 183 additions and 272 deletions

View File

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