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/xml | |
parent | 7d472a55a793fd9e968d3087be60245370547be1 (diff) | |
download | vndroid-139a04da8b0810d12a8780dd6c3ae2f11ca9268f.tar.gz vndroid-139a04da8b0810d12a8780dd6c3ae2f11ca9268f.zip |
add description to control service
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/controlservice.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/controlservice.xml b/app/src/main/res/xml/controlservice.xml index 29a16b7..85078a7 100644 --- a/app/src/main/res/xml/controlservice.xml +++ b/app/src/main/res/xml/controlservice.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:canRetrieveWindowContent="true" - android:canPerformGestures="true"> - -</accessibility-service>
\ No newline at end of file + android:canPerformGestures="true" + android:summary="@string/control_service_summary" + android:description="@string/control_service_description"/>
\ No newline at end of file |