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

Commit bf15fd7f authored by Josh Yang's avatar Josh Yang
Browse files

Add name space "wear" to DeviceConfig

Bug: 196111331
Test: build success
Change-Id: Ief2c72d08294b8604907fb52fa8d2eaeedc5f406
parent 21c94ba5
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 =