Fix 3281395: Fix duplicate title in LockScreen Settings.
Change-Id: I3c53d1864e521f4245b94d39664266891a728615
This commit is contained in:
@@ -61,6 +61,13 @@ public class ConfirmLockPattern extends PreferenceActivity {
|
||||
LockedOut
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
CharSequence msg = getText(R.string.lockpassword_confirm_your_pattern_header);
|
||||
showBreadCrumbs(msg, msg);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Intent getIntent() {
|
||||
Intent modIntent = new Intent(super.getIntent());
|
||||
|
Reference in New Issue
Block a user