11 lines
464 B
XML
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>
|