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

Commit df649e37 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

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

am: 7742a315

Change-Id: I4c74ed23e6b79c6fec2a7ebe4a80a00513469fa6
parents bd13d49e 7742a315
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;
    }