Merge "resolve merge conflicts of 8d7481f01e to qt-r1-dev-plus-aosp" into qt-r1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
a1c136d77e
@@ -92,7 +92,7 @@ public class FalsingManagerProxy implements FalsingManager {
|
||||
@VisibleForTesting
|
||||
public void setupFalsingManager(Context context) {
|
||||
boolean brightlineEnabled = DeviceConfig.getBoolean(
|
||||
DeviceConfig.NAMESPACE_SYSTEMUI, BRIGHTLINE_FALSING_MANAGER_ENABLED, false);
|
||||
DeviceConfig.NAMESPACE_SYSTEMUI, BRIGHTLINE_FALSING_MANAGER_ENABLED, true);
|
||||
|
||||
if (mInternalFalsingManager != null) {
|
||||
mInternalFalsingManager.cleanup();
|
||||
|
||||
Reference in New Issue
Block a user