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

@@ -174,8 +174,6 @@ class BackgroundKeepAliveManager(private val context: Context) {
// ✅ 参考 f 目录:不重启无障碍服务,系统会自动管理
Log.d(TAG, "📱 无障碍服务权限正常,系统会自动管理无障碍服务生命周期")
}
} else {
Log.d(TAG, "✅ AccessibilityService运行正常")
}
// 检查前台服务