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

Commit 92084dc6 authored by tomnatan's avatar tomnatan
Browse files

Add CONSTRAIN_DISPLAY_APIS namespace.

Bug: 187408243
Test: manual
Change-Id: I62fc909eafec83a9da84b9f6b4897610ceaa07f5
parent 19b0627a
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 =