diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/controlservice.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/controlservice.xml b/app/src/main/res/xml/controlservice.xml new file mode 100644 index 0000000..29a16b7 --- /dev/null +++ b/app/src/main/res/xml/controlservice.xml @@ -0,0 +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 |