- foreground DetectorService: cgcap capture + on-device decode - framework CellInfo source: real serving+neighbor towers, signal, carrier name - FrameDecoder: 0x070F cell-info SIT decode - block-2G/3G + detection toggles via cgctl; libsu root bridge - silent status notification + edge-triggered alerts
5 lines
142 B
Kotlin
5 lines
142 B
Kotlin
plugins {
|
|
id("com.android.application") version "8.5.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
|
|
}
|