Merge "Use category DEFAULT home actions" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-07-01 17:48:34 +00:00
committed by Android (Google) Code Review

View File

@@ -17663,6 +17663,7 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
private Intent getHomeIntent() {
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
intent.addCategory(Intent.CATEGORY_DEFAULT);
return intent;
}