From 15826d4ea1428b3d1edb86866ca57a93c2252bda Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 13 May 2014 13:10:34 -0700 Subject: Mode code cleaning: remove obsolete references to EXTRA_NO_HEADERS - the EXTRA_NO_HEADERS flag as no more meaning as we are showing the Tiles (previously named "Headers") only in the Dashboard (which is the main Settings screen) Change-Id: I55656de0d28ca9c84adbe6647d870838b4ac230b --- src/com/android/settings/ChooseLockPassword.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/com/android/settings/ChooseLockPassword.java') diff --git a/src/com/android/settings/ChooseLockPassword.java b/src/com/android/settings/ChooseLockPassword.java index 4d102a46c..90cd25138 100644 --- a/src/com/android/settings/ChooseLockPassword.java +++ b/src/com/android/settings/ChooseLockPassword.java @@ -58,7 +58,6 @@ public class ChooseLockPassword extends SettingsActivity { public Intent getIntent() { Intent modIntent = new Intent(super.getIntent()); modIntent.putExtra(EXTRA_SHOW_FRAGMENT, ChooseLockPasswordFragment.class.getName()); - modIntent.putExtra(EXTRA_NO_HEADERS, true); return modIntent; } -- cgit v1.2.3