diff options
| author | 2013-05-10 15:08:27 -0700 | |
|---|---|---|
| committer | 2013-05-10 15:08:27 -0700 | |
| commit | ecb4dbf6fc41e3e31fd5713e7e968e8a767a4933 (patch) | |
| tree | 3ef4e737cf7d0b90e128df09fca3b8b293df86ba | |
| parent | c3797f40c1a8a8f7ca72816642110221933ff8fd (diff) | |
| parent | 1965b4479d07750756ccf845134df6ddd5ce4103 (diff) | |
am 1965b447: Revert "The default home intent needs CATEGORY_DEFAULT"
* commit '1965b4479d07750756ccf845134df6ddd5ce4103':
Revert "The default home intent needs CATEGORY_DEFAULT"
| -rw-r--r-- | services/java/com/android/server/am/ActivityManagerService.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java index ba174b7f9b24..0081dfc512d0 100644 --- a/services/java/com/android/server/am/ActivityManagerService.java +++ b/services/java/com/android/server/am/ActivityManagerService.java @@ -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); |