Merge "Show confirmation dialog when user tries to skip fingerprint" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0ed0319005
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user