diff --git a/README.md b/README.md index c3aa415..8a79b1f 100644 --- a/README.md +++ b/README.md @@ -33,17 +33,9 @@ Only encrypted device may guarantee that the data will not be recoverable. ## Permissions -`DEVICE_ADMIN` - -lock and wipe - -`FOREGROUND_SERVICE` - -[Wipe on inactivity] receive unlock events - -`RECEIVE_BOOT_COMPLETED` - -[Wipe on inactivity] persist wipe job across reboots +* DEVICE_ADMIN - lock and optionally wipe a device +* FOREGROUND_SERVICE - receive unlock events +* RECEIVE_BOOT_COMPLETED - persist wipe job across reboots ## Example diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index c9cb8bb..184d898 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -12,5 +12,10 @@ wipe this profile data with one click without wiping the whole device. Only encrypted device may guarantee that the data will not be recoverable. +Permissions: +* DEVICE_ADMIN - lock and optionally wipe a device +* FOREGROUND_SERVICE - receive unlock events +* RECEIVE_BOOT_COMPLETED - persist wipe job across reboots + It is Free Open Source Software. License: GPL-3 diff --git a/fastlane/metadata/android/ru-RU/full_description.txt b/fastlane/metadata/android/ru-RU/full_description.txt index 1fd546e..b39bd79 100644 --- a/fastlane/metadata/android/ru-RU/full_description.txt +++ b/fastlane/metadata/android/ru-RU/full_description.txt @@ -14,5 +14,10 @@ Только зашифрованное устройство может гарантировать, что данные не смогут быть восстановлены. +Разрешения: +* DEVICE_ADMIN - блокировать и опционально стирать данные устройства +* FOREGROUND_SERVICE - получать события разблокировки +* RECEIVE_BOOT_COMPLETED - переживать перезагрузку устройства + Это свободное программное обеспечение с открытым исходным кодом. Лицензия: GPL-3