Don't show a pattern-specific prompt at encryption time.
Bug: 18054895 Change-Id: I8a029142085b9e7f59efc8e313b6438734d5a1bb
This commit is contained in:
@@ -73,8 +73,7 @@ public class MediaFormat extends Activity {
|
||||
*/
|
||||
private boolean runKeyguardConfirmation(int request) {
|
||||
return new ChooseLockSettingsHelper(this)
|
||||
.launchConfirmationActivity(request,
|
||||
getText(R.string.media_format_gesture_prompt),
|
||||
.launchConfirmationActivity(request, null,
|
||||
getText(R.string.media_format_gesture_explanation));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user