Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7742a315 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 28922b14 bbfb1c17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
    }