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

Commit e68bdc6c authored by Tom Natan's avatar Tom Natan Committed by Android (Google) Code Review
Browse files

Merge "Add CONSTRAIN_DISPLAY_APIS namespace." into sc-dev

parents 43aefcfa 92084dc6
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 =