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

Commit 6eee6ebc authored by Guang Zhu's avatar Guang Zhu
Browse files

Revert "The default home intent needs CATEGORY_DEFAULT"

This reverts commit 1fea6b37.

Bug: 8878319
parent dad7bd70
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2377,7 +2377,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);