Merge "Reset TASKBAR_EDU_SEEN preference." into tm-qpr-dev am: 5c1cc6ac4b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20712590

Change-Id: I5c0fbd5e5784d1b8d6f005267b2bba8557eed95c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-12-13 19:36:11 +00:00
committed by Automerger Merge Worker
@@ -41,7 +41,7 @@ public class OnboardingPrefs<T extends ActivityContext> {
public static final String SEARCH_KEYBOARD_EDU_SEEN = "launcher.search_edu_seen";
public static final String SEARCH_SNACKBAR_COUNT = "launcher.keyboard_snackbar_count";
public static final String SEARCH_ONBOARDING_COUNT = "launcher.search_onboarding_count";
public static final String TASKBAR_EDU_SEEN = "launcher.taskbar_edu_seen";
public static final String TASKBAR_EDU_SEEN = "launcher.taskbar_edu_seen2";
public static final String ALL_APPS_VISITED_COUNT = "launcher.all_apps_visited_count";
public static final String QSB_SEARCH_ONBOARDING_CARD_DISMISSED = "launcher.qsb_edu_dismiss";
// When adding a new key, add it here as well, to be able to reset it from Developer Options.