From 2c3eafcb26a526be55c37bd4deee940f529d81b5 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 1 Mar 2018 10:46:55 -0800 Subject: [PATCH] Defining an action for touch service so that the component name does not need to be hardcoded Also preventing the service behind system permission Change-Id: Ibb3f0d8115b2355b2f5b5ee991858f6377037e45 --- quickstep/AndroidManifest.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml index 02b4379bf67..d531a463b01 100644 --- a/quickstep/AndroidManifest.xml +++ b/quickstep/AndroidManifest.xml @@ -36,8 +36,13 @@ android:restoreAnyVersion="true" android:supportsRtl="true" > - + + + + + -- GitLab