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

Commit 68de6149 authored by Shu Chen's avatar Shu Chen Committed by Android (Google) Code Review
Browse files

Merge "Adds widget namespace."

parents 8a05778b 36b19af9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -357,6 +357,13 @@ public final class DeviceConfig {
    @TestApi
    public static final String NAMESPACE_PERMISSIONS = "permissions";

    /**
     * Namespace for all widget related features.
     *
     * @hide
     */
    public static final String NAMESPACE_WIDGET = "widget";

    private static final Object sLock = new Object();
    @GuardedBy("sLock")
    private static ArrayMap<OnPropertiesChangedListener, Pair<String, Executor>> sListeners =