Skip to content

Commit

Permalink
MilestoneParts: unhide the dock observer option
Browse files Browse the repository at this point in the history
Change-Id: I49950b8f33210d9a86a7a8e582cf3522d95731dc
  • Loading branch information
nadlabak committed Dec 28, 2012
1 parent 802110d commit 7b18fc4
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -137,11 +137,6 @@ public void onCreate(Bundle savedInstanceState) {
.findPreference(PREF_STATUS_BAR_ONEPERC_BATTERY);
String onepercBattery = SystemProperties.get(ONEPERC_BATT_PERSIST_PROP, ONEPERC_BATT_DEFAULT);
mStatusBarOnepercBattery.setChecked("1".equals(onepercBattery));

// temporarily remove not yet implemented preferences
PreferenceCategory categoryToRemove = (PreferenceCategory)prefSet.findPreference("pref_category_dock_settings");
prefSet.removePreference(categoryToRemove);

}

@Override
Expand Down

0 comments on commit 7b18fc4

Please sign in to comment.