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

Commit 845fb509 authored by Kholoud Mohamed's avatar Kholoud Mohamed Committed by Android (Google) Code Review
Browse files

Merge "RESTRICT AUTOMERGE Add namespace for DevicePolicyManager P/H experiments" into tm-dev

parents 20bb840b f90b1ac9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -738,6 +738,14 @@ public final class DeviceConfig {
     */
    public static final String NAMESPACE_VENDOR_SYSTEM_NATIVE = "vendor_system_native";

    /**
     * Namespace for DevicePolicyManager related features.
     *
     * @hide
     */
    public static final String NAMESPACE_DEVICE_POLICY_MANAGER =
            "device_policy_manager";

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