escape question char in strings

This commit is contained in:
lucky 2021-12-29 16:57:39 +03:00
parent 1c3945ce30
commit 1381da6e26
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<string name="app_name">Wasted</string>
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, Tile or send broadcast message with this authentication code.</string>
<string name="device_admin_label">Wasted</string>
<string name="device_admin_description">Allow Wasted to lock device and (optionally) wipe data on panic trigger</string>
<string name="device_admin_description">Allow Wasted to lock device and optionally wipe data on panic trigger</string>
<string name="service_unavailable_toast">Admin service unavailable</string>
<string name="wipe_data_check_box">Wipe data</string>
<string name="panic_app_dialog_title">Confirm Panic App</string>

View File

@ -1,4 +1,4 @@
Lock device and wipe data on panic trigger.
You can use PanicKit, Tile or send broadcast message with authentication code.
On trigger, using Device Administration API, it locks device and (optionally) runs wipe.
On trigger, using Device Administration API, it locks device and optionally runs wipe.