mirror of https://github.com/x13a/Wasted.git
update descriptions
This commit is contained in:
parent
26e10ddb24
commit
b689e3ec58
|
@ -12,8 +12,8 @@ Lock device and wipe data on panic trigger.
|
|||
width="30%"
|
||||
height="30%">
|
||||
|
||||
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send message
|
||||
with authentication code. On trigger, using
|
||||
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send a
|
||||
message with authentication code. On trigger, using
|
||||
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
|
||||
locks device and optionally runs wipe.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Wasted</string>
|
||||
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, tile, shortcut or send message with this authentication code.</string>
|
||||
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, tile, shortcut or send a 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="service_unavailable_popup">Device admin unavailable</string>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<string name="notification_channel_default_name">Default</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="wipe_job_service_description">Wipe device on inactivity</string>
|
||||
<string name="wipe_job_service_start_failed_popup">Failed to start wipe service</string>
|
||||
<string name="wipe_job_service_start_failed_popup">Failed to start a wipe service</string>
|
||||
<string name="unlock_service_description">Receive unlock events</string>
|
||||
<string name="unlock_service_notification_title">Unlock Service</string>
|
||||
</resources>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Lock device and wipe data on panic trigger.
|
||||
|
||||
You can use PanicKit, tile, shortcut or send broadcast message with authentication code. On
|
||||
trigger, using Device Administration API, it locks device and optionally runs wipe.
|
||||
You can use PanicKit, tile, shortcut or send a message with authentication code. On trigger, using
|
||||
Device Administration API, it locks device and optionally runs wipe.
|
||||
|
||||
Also you can:
|
||||
* limit the maximum number of failed password attempts
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Блокировка устройства и удаление данные при получении тревожного сигнала.
|
||||
|
||||
Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить широковещательное
|
||||
сообщение с кодом аутентификации. При получении тревожного сигнала, используя API Администратора
|
||||
Устройства, программа заблокирует устройство и опционально запустит стирание данных.
|
||||
Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить сообщение с кодом
|
||||
аутентификации. При получении тревожного сигнала, используя API Администратора Устройства,
|
||||
программа заблокирует устройство и опционально запустит стирание данных.
|
||||
|
||||
Также Вы можете:
|
||||
* установить лимит на максимальное количество неудачных попыток ввода пароля
|
||||
|
|
Loading…
Reference in New Issue