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

Commit d735d527 authored by Ricky Wai's avatar Ricky Wai Committed by Android (Google) Code Review
Browse files

Merge "Switch on app switching background activity launch improvement by default"

parents 6611cca1 d5c8bca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub {
            mActivityClientController.onSystemReady();
            mBlockActivityAfterHomeEnabled = DeviceConfig.getBoolean(
                    DeviceConfig.NAMESPACE_ACTIVITY_MANAGER,
                    BLOCK_ACTIVITY_STARTS_AFTER_HOME_FLAG, false);
                    BLOCK_ACTIVITY_STARTS_AFTER_HOME_FLAG, true);
        }
    }