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

Commit ab1e4f04 authored by Toshiki Kikuchi's avatar Toshiki Kikuchi Committed by Android (Google) Code Review
Browse files

Merge "Add arc_app_compat namespace to DeviceConfig"

parents 69e58173 a312815b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -808,6 +808,13 @@ public final class DeviceConfig {
    @SystemApi
    public static final String NAMESPACE_BACKUP_AND_RESTORE = "backup_and_restore";

    /**
     * Namespace for ARC App Compat related features.
     *
     * @hide
     */
    public static final String NAMESPACE_ARC_APP_COMPAT = "arc_app_compat";

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