Revert "Temporarily make TouchInteractionService direct boot unaware"

This reverts commit 3a4f503e5d.

Reason for revert: SystemUI now expects our service to be direct boot aware

Change-Id: I6f7906046e79f83848cb46f5cce63c827d9fbf4d
This commit is contained in:
Tony Wickham
2019-03-13 20:19:08 +00:00
parent 3a4f503e5d
commit 1ccc31379e

View File

@@ -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>