Don't show a pattern-specific prompt at encryption time.
Bug: 18054895 Change-Id: I8a029142085b9e7f59efc8e313b6438734d5a1bb
This commit is contained in:
@@ -72,8 +72,7 @@ public class MasterClear extends Fragment {
|
||||
private boolean runKeyguardConfirmation(int request) {
|
||||
Resources res = getActivity().getResources();
|
||||
return new ChooseLockSettingsHelper(getActivity(), this)
|
||||
.launchConfirmationActivity(request,
|
||||
res.getText(R.string.master_clear_gesture_prompt),
|
||||
.launchConfirmationActivity(request, null,
|
||||
res.getText(R.string.master_clear_gesture_explanation));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user