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

Commit a095aad6 authored by joshmccloskey's avatar joshmccloskey Committed by Joshua Mccloskey
Browse files

Change default value for face metrics

Test: adb shell cmd stats pull-source 10058
Bug: 163830899
Change-Id: I97cf06969bdfeb45aa3d0d8c0449a3f4b72fc32f
(cherry picked from commit afbf21fd)
Merged-In: I97cf06969bdfeb45aa3d0d8c0449a3f4b72fc32f
parent 933f16e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3335,10 +3335,10 @@ public class StatsPullAtomService extends SystemService {
                          Settings.Secure.FACE_UNLOCK_KEYGUARD_ENABLED, 1, userId);
                int unlockDismissesKeyguard = Settings.Secure.getIntForUser(
                          mContext.getContentResolver(),
                          Settings.Secure.FACE_UNLOCK_DISMISSES_KEYGUARD, 0, userId);
                          Settings.Secure.FACE_UNLOCK_DISMISSES_KEYGUARD, 1, userId);
                int unlockAttentionRequired = Settings.Secure.getIntForUser(
                          mContext.getContentResolver(),
                          Settings.Secure.FACE_UNLOCK_ATTENTION_REQUIRED, 1, userId);
                          Settings.Secure.FACE_UNLOCK_ATTENTION_REQUIRED, 0, userId);
                int unlockAppEnabled = Settings.Secure.getIntForUser(
                          mContext.getContentResolver(),
                          Settings.Secure.FACE_UNLOCK_APP_ENABLED, 1, userId);