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

Commit 877273a6 authored by Peiyong Lin's avatar Peiyong Lin Committed by Android (Google) Code Review
Browse files

Merge "Add GAME_OVERLAY namespace." into sc-dev

parents f7d42bbb b76bf0dd
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 =