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

Commit 5e8bff33 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

am: df649e37

Change-Id: I9ed4c598e5d3e6cef02f821d44958297b942531f
parents 49c151e7 df649e37
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;
    }