Merge "Apps tabs align to title on 2-pane settings." into jb-dev

This commit is contained in:
Amith Yamasani
2012-05-09 13:30:48 -07:00
committed by Android (Google) Code Review
7 changed files with 25 additions and 38 deletions

View File

@@ -737,6 +737,9 @@ public class ManageApplications extends Fragment implements
} else if (menuId == SHOW_BACKGROUND_PROCESSES) {
mShowBackground = true;
mRunningProcessesView.mAdapter.setShowBackground(true);
} else {
// Handle the home button
return false;
}
updateOptionsMenu();
return true;