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

Commit 1965b447 authored by Christopher Tate's avatar Christopher Tate
Browse files

Revert "The default home intent needs CATEGORY_DEFAULT"

This reverts commit 1fea6b37.

Bug 8895796

Change-Id: I80ecf1b718829c25e2a7adae956ebe9493cb3f33
parent b3c2b21b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2298,7 +2298,6 @@ public final class ActivityManagerService extends ActivityManagerNative
        intent.setComponent(mTopComponent);
        if (mFactoryTest != SystemServer.FACTORY_TEST_LOW_LEVEL) {
            intent.addCategory(Intent.CATEGORY_HOME);
            intent.addCategory(Intent.CATEGORY_DEFAULT);
        }
        ActivityInfo aInfo =
            resolveActivityInfo(intent, STOCK_PM_FLAGS, userId);