Merge "Show confirmation dialog when user tries to skip fingerprint" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-08-09 20:15:20 +00:00
committed by Android (Google) Code Review
6 changed files with 262 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ public class SetupSkipDialog extends InstrumentedDialogFragment
return new AlertDialog.Builder(getContext())
.setPositiveButton(R.string.skip_anyway_button_label, this)
.setNegativeButton(R.string.go_back_button_label, this)
.setTitle(R.string.lock_screen_intro_skip_title)
.setMessage(args.getBoolean(ARG_FRP_SUPPORTED) ?
R.string.lock_screen_intro_skip_dialog_text_frp :
R.string.lock_screen_intro_skip_dialog_text);