Merge "Switch trust agents to extend unlock mode by default." into qt-dev

am: b9cead91f8

Change-Id: Ifbc1e5d15337a7a678ee4ef9ef346dcf046cb69b
This commit is contained in:
Vishwath Mohan
2019-06-20 19:36:14 -07:00
committed by android-build-merger

View File

@@ -237,7 +237,7 @@ public class TrustManagerService extends SystemService {
Settings.Secure.getIntForUser(
mContentResolver,
Settings.Secure.TRUST_AGENTS_EXTEND_UNLOCK,
0 /* default */,
1 /* default */,
mCurrentUser) != 0;
} else if (LOCK_SCREEN_WHEN_TRUST_LOST.equals(uri)) {
mLockWhenTrustLost =