Revert "Temporarily make TouchInteractionService direct boot unaware"

This reverts commit 3a4f503e5d.

Reason for revert: need TouchInteractionService to be direct boot aware for the merge

Change-Id: I5b3c651df77f8df1d5f07245b062f2384cd760a0
This commit is contained in:
Tony Wickham 2019-03-06 17:31:40 +00:00
parent 3a4f503e5d
commit 84062d4b5d
1 changed files with 1 additions and 1 deletions

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>