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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23295656

Change-Id: I95496e84f691ae12a311d177a6dabbbf6b936d07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-05-17 23:19:51 +00:00
committed by Automerger Merge Worker

View File

@@ -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;