summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-02-28 16:20:43 -0800
committerTony Wickham <twickham@google.com>2019-02-28 16:20:43 -0800
commit3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b (patch)
tree712dca272a23f00d54ac4ed2339fe5d881054dcf /quickstep/AndroidManifest.xml
parent3efd32adea3ce6af835829e6506c6fc6c216ab50 (diff)
downloadandroid_packages_apps_Trebuchet-3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b.tar.gz
android_packages_apps_Trebuchet-3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b.tar.bz2
android_packages_apps_Trebuchet-3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b.zip
Temporarily make TouchInteractionService direct boot unaware
Change-Id: I2fa760bcefe3b669dfdc18a79bf2d9879c2c8f36
Diffstat (limited to 'quickstep/AndroidManifest.xml')
-rw-r--r--quickstep/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/quickstep/AndroidManifest.xml b/quickstep/AndroidManifest.xml
index 62d050016..099284998 100644
--- a/quickstep/AndroidManifest.xml
+++ b/quickstep/AndroidManifest.xml
@@ -39,7 +39,7 @@
<service
android:name="com.android.quickstep.TouchInteractionService"
android:permission="android.permission.STATUS_BAR_SERVICE"
- android:directBootAware="true" >
+ android:directBootAware="false" >
<intent-filter>
<action android:name="android.intent.action.QUICKSTEP_SERVICE" />
</intent-filter>