diff options
| author | 2018-06-06 18:18:43 +0000 | |
|---|---|---|
| committer | 2018-06-06 18:18:43 +0000 | |
| commit | 09dc071562c4a6497d163acb482bfdee6ee7a23f (patch) | |
| tree | 4c142e970932cb7a6a345b3908a6de45338f6d76 | |
| parent | 6824fdb401583bb8e2d4be189890d18923644fd3 (diff) | |
| parent | 56c7531ce7a981932821a406457a6ca63bdcc65a (diff) | |
Merge "Changing the recents component to point to launcher3 implementation" into pi-dev
| -rw-r--r-- | core/res/res/values/config.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index eb07c2813692..0b5dd7e70e8b 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -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. --> |