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

Commit 41e82a58 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 am: 3e687c5e

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

Change-Id: Id838ded9f78e48ad5c9ca0dc24bb8d7636d10178
parents 9b9c8f6d 3e687c5e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -580,6 +580,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 =