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

Commit a312815b authored by Toshiki Kikuchi's avatar Toshiki Kikuchi
Browse files

Add arc_app_compat namespace to DeviceConfig

Bug: 241988199
Test: m
Change-Id: I40f33f34101eaa468f3a2e1049d4da17b80201a1
parent 09ebd974
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 =