Merge "resolve merge conflicts of 8d7481f01e to qt-r1-dev-plus-aosp" into qt-r1-dev-plus-aosp

This commit is contained in:
TreeHugger Robot
2019-07-19 23:51:17 +00:00
committed by Android (Google) Code Review

View File

@@ -92,7 +92,7 @@ public class FalsingManagerProxy implements FalsingManager {
@VisibleForTesting @VisibleForTesting
public void setupFalsingManager(Context context) { public void setupFalsingManager(Context context) {
boolean brightlineEnabled = DeviceConfig.getBoolean( boolean brightlineEnabled = DeviceConfig.getBoolean(
DeviceConfig.NAMESPACE_SYSTEMUI, BRIGHTLINE_FALSING_MANAGER_ENABLED, false); DeviceConfig.NAMESPACE_SYSTEMUI, BRIGHTLINE_FALSING_MANAGER_ENABLED, true);
if (mInternalFalsingManager != null) { if (mInternalFalsingManager != null) {
mInternalFalsingManager.cleanup(); mInternalFalsingManager.cleanup();