Merge "Re-add the break statement that was accidentally removed."

This commit is contained in:
TreeHugger Robot
2017-02-07 20:34:52 +00:00
committed by Android (Google) Code Review

View File

@@ -547,6 +547,7 @@ public class ManageApplications extends InstrumentedPreferenceFragment
break; break;
case LIST_TYPE_MANAGE_SOURCES: case LIST_TYPE_MANAGE_SOURCES:
startAppInfoFragment(ExternalSourcesDetails.class, R.string.install_other_apps); startAppInfoFragment(ExternalSourcesDetails.class, R.string.install_other_apps);
break;
case LIST_TYPE_GAMES: case LIST_TYPE_GAMES:
startAppInfoFragment(AppStorageSettings.class, R.string.game_storage_settings); startAppInfoFragment(AppStorageSettings.class, R.string.game_storage_settings);
break; break;