Merge "Modifying the ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS action handling to default to All Apps tab" into gingerbread

This commit is contained in:
Winson Chung
2010-09-27 15:06:47 -07:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -431,6 +431,9 @@ public class ManageApplications extends TabActivity implements
mSortOrder = SORT_ORDER_SIZE;
mFilterApps = FILTER_APPS_ALL;
defaultTabTag = TAB_ALL;
} else if (action.equals(Settings.ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS)) {
// Select the all-apps tab, with the default sorting
defaultTabTag = TAB_ALL;
}
if (savedInstanceState != null) {