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

Commit 763d8140 authored by Massimo Carli's avatar Massimo Carli Committed by Automerger Merge Worker
Browse files

Merge "[CompatUI] Enabled Reachability Education by default" into tm-qpr-dev...

Merge "[CompatUI] Enabled Reachability Education by default" into tm-qpr-dev am: 3af04aa3 am: 00a51616

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21986973



Change-Id: I1c7203fafedf143561974568c94b568ce01d3b8e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 10956b3d 00a51616
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@ public class CompatUIConfiguration implements DeviceConfig.OnPropertiesChangedLi
            "enable_letterbox_restart_confirmation_dialog";

    private static final String KEY_ENABLE_LETTERBOX_REACHABILITY_EDUCATION =
            "enable_letterbox_reachability_education";
            "enable_letterbox_education_for_reachability";

    private static final boolean DEFAULT_VALUE_ENABLE_LETTERBOX_RESTART_DIALOG = true;

    private static final boolean DEFAULT_VALUE_ENABLE_LETTERBOX_REACHABILITY_EDUCATION = false;
    private static final boolean DEFAULT_VALUE_ENABLE_LETTERBOX_REACHABILITY_EDUCATION = true;

    /**
     * The name of the {@link SharedPreferences} that holds information about compat ui.