From 139a04da8b0810d12a8780dd6c3ae2f11ca9268f Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 16 Feb 2020 23:06:49 +0100 Subject: add description to control service --- app/src/main/res/xml/controlservice.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/src/main/res/xml/controlservice.xml') 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 @@ - - \ 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 -- cgit v1.2.3