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

Commit d049cece authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable the while-in-use change

Bug: 276963716
Test: atest CtsShortFgsTestCasesatest android.app.cts.ActivityManagerFgsBgStartTest
Change-Id: Id9b9bb8cd3d1c6a87c14babdbf1a036c24253f71
parent d28b311a
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;