无障碍服务修改main activity状态

This commit is contained in:
manchuwork
2025-09-27 01:17:19 +08:00
commit a975a3e632
51 changed files with 1174 additions and 0 deletions

6
build.gradle.kts Normal file
View File

@@ -0,0 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
//
}