mirror of https://github.com/x13a/Wasted.git
update descriptions
This commit is contained in:
parent
4daf6b84f6
commit
a1b2aaec43
|
@ -13,7 +13,7 @@ Lock a device and wipe its data on panic trigger.
|
|||
height="30%">
|
||||
|
||||
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send a
|
||||
message with authentication code. On trigger, using
|
||||
broadcast with authentication code. On trigger, using
|
||||
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
|
||||
locks a device and optionally runs wipe.
|
||||
|
||||
|
@ -39,7 +39,7 @@ Only encrypted device may guarantee that the data will not be recoverable.
|
|||
|
||||
## Example
|
||||
|
||||
Message:
|
||||
Broadcast:
|
||||
```sh
|
||||
$ adb shell am broadcast \
|
||||
-a me.lucky.wasted.action.TRIGGER \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Потрачено</string>
|
||||
<string name="description">Включите Потрачено чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить сообщение с этим кодом аутентификации.</string>
|
||||
<string name="description">Включите Потрачено чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить широковещательное сообщение с этим кодом аутентификации.</string>
|
||||
<string name="device_admin_label">Потрачено</string>
|
||||
<string name="device_admin_description">Разрешите Потрачено блокировать устройство и опционально стирать его данные при получении тревожного сигнала</string>
|
||||
<string name="service_unavailable_popup">Администратор устройства недоступен</string>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<string name="app_name">Wasted</string>
|
||||
<string name="description">Turn on Wasted to lock a device on panic trigger. You can use PanicKit, tile, shortcut or send a message with this authentication code.</string>
|
||||
<string name="description">Turn on Wasted to lock a device on panic trigger. You can use PanicKit, tile, shortcut or send a broadcast with this authentication code.</string>
|
||||
<string name="device_admin_label">Wasted</string>
|
||||
<string name="device_admin_description">Allow Wasted to lock a device and optionally wipe its data on panic trigger</string>
|
||||
<string name="service_unavailable_popup">Device admin unavailable</string>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Lock a device and wipe its data on panic trigger.
|
||||
|
||||
You can use PanicKit, tile, shortcut or send a message with authentication code. On trigger, using
|
||||
Device Administration API, it locks a device and optionally runs wipe.
|
||||
You can use PanicKit, tile, shortcut or send a broadcast with authentication code. On trigger,
|
||||
using Device Administration API, it locks a device and optionally runs wipe.
|
||||
|
||||
Also you can:
|
||||
* limit the maximum number of failed password attempts
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 117 KiB |
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 100 KiB |
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
|
@ -1,8 +1,8 @@
|
|||
Блокировка устройства и удаление данные при получении тревожного сигнала.
|
||||
|
||||
Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить сообщение с кодом
|
||||
аутентификации. При получении тревожного сигнала, используя API Администратора Устройства,
|
||||
программа заблокирует устройство и опционально запустит стирание данных.
|
||||
Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить широковещательное
|
||||
сообщение с кодом аутентификации. При получении тревожного сигнала, используя API Администратора
|
||||
Устройства, программа заблокирует устройство и опционально запустит стирание данных.
|
||||
|
||||
Также Вы можете:
|
||||
* установить лимит на максимальное количество неудачных попыток ввода пароля
|
||||
|
|
Loading…
Reference in New Issue