commit | 7cf4b40a9777d710a064564dd6e47dee19c278fc | [log] [tgz] |
---|---|---|
author | George Hodulik <georgehodulik@google.com> | Thu May 09 14:23:23 2019 -0700 |
committer | George Hodulik <georgehodulik@google.com> | Thu May 09 14:23:23 2019 -0700 |
tree | 3badd6635970eae96e69418ea25a632a38dd0c87 | |
parent | 9aaa92672d1a10c1d72a171f3310e1dee6acd72f [diff] |
Use strings "home" and "overview" rather than GEL Bug:129421797 Test: Flashed to QP1A.190508.001, installed launcher with change. Observed both home and overview predictions were as expected. Change-Id: I127d489eae382f4cee75afdd6d615d6d7a8227ee
diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java index 48a163d..6dad9af 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/PredictionUiStateManager.java
@@ -67,8 +67,8 @@ // TODO (b/129421797): Update the client constants public enum Client { - HOME("GEL"), - OVERVIEW("OVERVIEW_GEL"); + HOME("home"), + OVERVIEW("overview"); public final String id;