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

Commit 2adec987 authored by Peiyong Lin's avatar Peiyong Lin Committed by Automerger Merge Worker
Browse files

Merge "Add GAME_OVERLAY namespace." into sc-dev am: 877273a6

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic9a0a99b625ef9bb8a091bfd2d989b0e1963e18d
parents da5bff08 877273a6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -525,6 +525,13 @@ public final class DeviceConfig {
     */
    public static final String NAMESPACE_INTERACTION_JANK_MONITOR = "interaction_jank_monitor";

    /**
     * Namespace for game overlay related features.
     *
     * @hide
     */
    public static final String NAMESPACE_GAME_OVERLAY = "game_overlay";

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