Merge "Add name space "wear" to DeviceConfig"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ca8747d4a5
@@ -761,6 +761,13 @@ public final class DeviceConfig {
|
||||
*/
|
||||
public static final String NAMESPACE_MEMORY_SAFETY_NATIVE = "memory_safety_native";
|
||||
|
||||
/**
|
||||
* Namespace for wear OS platform features.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String NAMESPACE_WEAR = "wear";
|
||||
|
||||
private static final Object sLock = new Object();
|
||||
@GuardedBy("sLock")
|
||||
private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =
|
||||
|
||||
Reference in New Issue
Block a user