Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84062d4b authored by Tony Wickham's avatar Tony Wickham
Browse files

Revert "Temporarily make TouchInteractionService direct boot unaware"

This reverts commit 3a4f503e.

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

Change-Id: I5b3c651df77f8df1d5f07245b062f2384cd760a0
parent 3a4f503e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>