Merge "Disable the while-in-use change" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c0643eadf5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user