Ktouls
1c25feeb4d
MainActivity: 启动WebService并修复前台服务崩溃问题
1. 导入WebService类,在MainActivity的onCreate中调用WebService.startForeground()启动前台服务
2. 替换原有的普通startService方式,适配Android 8.0+前台服务规则,解决Bad notification for startForeground崩溃
3. 代码位置:setupBackCallback()后、upBottomMenu()前插入启动逻辑,不影响原有界面初始化流程
2026-01-17 06:39:29 +08:00
..
2024-08-23 16:52:49 +08:00
2025-12-19 01:56:08 +08:00
2026-01-17 06:39:29 +08:00
2022-01-03 23:59:44 +08:00
2026-01-15 01:03:32 +08:00
2024-08-03 10:20:34 +08:00
2024-03-17 11:44:51 +08:00
2025-07-11 02:36:16 +08:00
2026-01-15 01:03:32 +08:00
2026-01-13 18:10:20 +08:00