Files
CellGuard-app/app/src/main/res/values/strings.xml
sssnake 38719683c7 CellGuard app: on-device IMSI-catcher detection (Kotlin/Compose)
- 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
2026-07-12 09:21:54 -07:00

11 lines
464 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">CellGuard</string>
<string name="notif_channel_id">cellguard_detector</string>
<string name="notif_channel_name">Detector Service</string>
<string name="notif_channel_desc">Ongoing baseband capture and IMSI-catcher detection.</string>
<string name="notif_title">CellGuard active</string>
<string name="notif_text">Monitoring baseband frames.</string>
</resources>