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

Commit 9809e0d2 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 6312a196: am cfb09fac: Merge "The default home intent needs CATEGORY_DEFAULT" into jb-mr2-dev

* commit '6312a196':
  The default home intent needs CATEGORY_DEFAULT
parents 6fd5e7ce 6312a196
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2377,6 +2377,7 @@ 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);