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

Commit b541dd1e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable the while-in-use change" into udc-dev am: c0643ead

parents a8801062 c0643ead
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1061,7 +1061,7 @@ final class ActivityManagerConstants extends ContentObserver {
    private static final String KEY_ENABLE_FGS_WHILE_IN_USE_FIX =
            "key_enable_fgs_while_in_use_fix";

    private static final boolean DEFAULT_ENABLE_FGS_WHILE_IN_USE_FIX = true;
    private static final boolean DEFAULT_ENABLE_FGS_WHILE_IN_USE_FIX = false;

    public volatile boolean mEnableFgsWhileInUseFix = DEFAULT_ENABLE_FGS_WHILE_IN_USE_FIX;