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

Commit 377c5a30 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Changing the taskAffinity for LockScreenRecentsActivity so that other...

Merge "Changing the taskAffinity for LockScreenRecentsActivity so that other activities do not get started in this task" into ub-launcher3-master
parents 5347f0c5 657d3f8c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,7 @@
        <activity android:name="com.android.quickstep.LockScreenRecentsActivity"
        <activity android:name="com.android.quickstep.LockScreenRecentsActivity"
                  android:theme="@android:style/Theme.NoDisplay"
                  android:theme="@android:style/Theme.NoDisplay"
                  android:showOnLockScreen="true"
                  android:showOnLockScreen="true"
                  android:taskAffinity="${packageName}.locktask"
                  android:directBootAware="true" />
                  android:directBootAware="true" />


    </application>
    </application>