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:
parent
3a4f503e5d
commit
84062d4b5d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue