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

Commit ca8747d4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add name space "wear" to DeviceConfig"

parents 9ab7aebb bf15fd7f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 =