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

Commit 3e687c5e 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: I1fd49c01ea8d33515c83aa2583f78a084573fedc
parents 50ee01dd e68bdc6c
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 =