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

Commit b76bf0dd authored by Peiyong Lin's avatar Peiyong Lin
Browse files

Add GAME_OVERLAY namespace.

Bug: b/180439000
Test: manual
Change-Id: I8fad20223c7109d767658011f8c15ab012d245df
parent f53b7111
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 =