summaryrefslogtreecommitdiffstats
path: root/quickstep/AndroidManifest.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2019-03-13 20:19:08 +0000
committerTony Wickham <twickham@google.com>2019-03-13 20:19:08 +0000
commit1ccc31379e45c61bb4792e1d1c9d9d3cfaeedd90 (patch)
treeaf836d4977d83fe1bdea5de540453a59895fed43 /quickstep/AndroidManifest.xml
parent3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b (diff)
downloadandroid_packages_apps_Trebuchet-1ccc31379e45c61bb4792e1d1c9d9d3cfaeedd90.tar.gz
android_packages_apps_Trebuchet-1ccc31379e45c61bb4792e1d1c9d9d3cfaeedd90.tar.bz2
android_packages_apps_Trebuchet-1ccc31379e45c61bb4792e1d1c9d9d3cfaeedd90.zip
Revert "Temporarily make TouchInteractionService direct boot unaware"
This reverts commit 3a4f503e5d96aea97b4c8ad4a47db7c7de431e8b. Reason for revert: SystemUI now expects our service to be direct boot aware Change-Id: I6f7906046e79f83848cb46f5cce63c827d9fbf4d
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 099284998..62d050016 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="false" >
+ android:directBootAware="true" >
<intent-filter>
<action android:name="android.intent.action.QUICKSTEP_SERVICE" />
</intent-filter>