refactor: 清理 .gradle 缓存文件并优化 ScreenCaptureManager

- 删除 .gradle 缓存和锁文件(checksums, executionHistory, fileHashes 等)
- 优化 ScreenCaptureManager 截屏逻辑
- 移除 MainActivity, TransparentKeepAliveActivity 中的冗余代码
- 清理多个 KeepAlive 相关服务中的无用导入
- 精简 InstallationStateManager 代码
This commit is contained in:
wdvipa
2026-02-14 22:07:58 +08:00
parent d0224e1fcd
commit d4f27bbac7
26 changed files with 48 additions and 37 deletions

View File

@@ -121,7 +121,6 @@ class WorkManagerKeepAliveService {
return false
}
Log.d(TAG, "✅ APP安装已完成且稳定(${timeSinceInstallation}ms),启动保活工作")
true
} catch (e: Exception) {