Make Face enroll left button "Skip" during SUW
Test: Manual Bug: 120797018 Change-Id: I5539fc3e3fa9f5ffc7413f8bd44504ee1e5c4c86
This commit is contained in:
@@ -257,6 +257,11 @@ public abstract class BiometricEnrollIntroduction extends BiometricEnrollBase
|
||||
finish();
|
||||
}
|
||||
|
||||
protected void onSkipButtonClick(View view) {
|
||||
setResult(RESULT_SKIP);
|
||||
finish();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initViews() {
|
||||
super.initViews();
|
||||
|
Reference in New Issue
Block a user