summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/controlservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/controlservice.xml')
-rw-r--r--app/src/main/res/xml/controlservice.xml6
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