Merge "Use category DEFAULT home actions" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7742a315fc
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user