diff options
author | Javier <dev.git@javispedro.com> | 2020-02-16 23:06:49 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-02-16 23:06:49 +0100 |
commit | 139a04da8b0810d12a8780dd6c3ae2f11ca9268f (patch) | |
tree | 6225969178a0d3b965ba8a409e2394df20fb26df /app/src/main/res/values | |
parent | 7d472a55a793fd9e968d3087be60245370547be1 (diff) | |
download | vndroid-139a04da8b0810d12a8780dd6c3ae2f11ca9268f.tar.gz vndroid-139a04da8b0810d12a8780dd6c3ae2f11ca9268f.zip |
add description to control service
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bf12595..51d394a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,10 @@ <resources> <string name="app_name">Vndroid</string> + <string name="control_service_summary">Vndroid control service</string> + <string name="control_service_description">Vndroid requires this accessibility service in order to allow VNC clients control of the device (touchscreen, keyboard). + If the service is disabled, clients will be able to see the screen, but will not be able to interact with it. </string> + <string name="server_running_notification_channel">Server status</string> <string name="server_running_notification_title">Server active</string> |