mirror of https://github.com/x13a/Wasted.git
escape question char in strings
This commit is contained in:
parent
1c3945ce30
commit
1381da6e26
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue