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

Commit 5abdaaae authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Changing the recents component to point to launcher3 implementation"...

Merge "Changing the recents component to point to launcher3 implementation" into pi-dev am: 09dc0715
am: ddedeb07

Change-Id: I5e6dd3c2aba17aec4a104ba5fa3155117f7d8e9c
parents dbaef014 ddedeb07
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2522,9 +2522,11 @@
         property. If this is false, then the following recents config flags are ignored. -->
    <bool name="config_hasRecents">true</bool>

    <!-- Component name for the activity that will be presenting the Recents UI, which will receive
         special permissions for API related to fetching and presenting recent tasks. -->
    <string name="config_recentsComponentName" translatable="false">com.android.systemui/.recents.RecentsActivity</string>
    <!-- Component name for the activity that will be presenting the Recents UI, which will receive special permissions for API related
          to fetching and presenting recent tasks. The default configuration uses Launcehr3QuickStep as default launcher and points to
          the corresponding recents component. When using a different default launcher, change this appropriately or use the default
          systemui implementation: com.android.systemui/.recents.RecentsActivity -->
    <string name="config_recentsComponentName" translatable="false">com.android.launcher3/com.android.quickstep.RecentsActivity</string>

    <!-- The minimum number of visible recent tasks to be presented to the user through the
         SystemUI. Can be -1 if there is no minimum limit. -->