Revert "Return enrollment consent status to caller."
This reverts commit eb1dac69f0.
Reason for revert: Based on bisection, this CL is the root cause for bug 192420564, which breaks Setup Wizard.
Bug: 192420564
Change-Id: I8d9aee7fe2415e134fcc981b0548bd9ce300db55
This commit is contained in:
@@ -46,7 +46,6 @@ public class ParentalConsentHelper {
|
||||
|
||||
private static final String KEY_FACE_CONSENT = "face";
|
||||
private static final String KEY_FINGERPRINT_CONSENT = "fingerprint";
|
||||
private static final String KEY_IRIS_CONSENT = "iris";
|
||||
|
||||
private final boolean mRequireFace;
|
||||
private final boolean mRequireFingerprint;
|
||||
@@ -154,7 +153,6 @@ public class ParentalConsentHelper {
|
||||
result.putBoolean(KEY_FACE_CONSENT, mConsentFace != null ? mConsentFace : false);
|
||||
result.putBoolean(KEY_FINGERPRINT_CONSENT,
|
||||
mConsentFingerprint != null ? mConsentFingerprint : false);
|
||||
result.putBoolean(KEY_IRIS_CONSENT, false);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user