Add GAME_OVERLAY namespace.
Bug: b/180439000 Test: manual Change-Id: I8fad20223c7109d767658011f8c15ab012d245df
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user