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

Commit b2d92ef7 authored by Tom Natan's avatar Tom Natan Committed by Automerger Merge Worker
Browse files

Merge "Add CONSTRAIN_DISPLAY_APIS namespace." into sc-dev am: e68bdc6c

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

Change-Id: I9b6fe188b616348021ef8c3f076e7ddf48aa0418
parents 43ed98cd e68bdc6c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -589,6 +589,13 @@ public final class DeviceConfig {
     */
    public static final String NAMESPACE_GAME_OVERLAY = "game_overlay";

    /**
     * Namespace for Constrain Display APIs related features.
     *
     * @hide
     */
    public static final String NAMESPACE_CONSTRAIN_DISPLAY_APIS = "constrain_display_apis";

    private static final Object sLock = new Object();
    @GuardedBy("sLock")
    private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =