Merge "Fix wrong intent being passed in PhoneWindowManager." into lmp-mr1-modular-dev

This commit is contained in:
Bryce Lee
2015-03-19 21:24:51 +00:00
committed by Android (Google) Code Review

View File

@@ -5943,7 +5943,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
intent = mHomeIntent;
}
startActivityAsUser(mHomeIntent, UserHandle.CURRENT);
startActivityAsUser(intent, UserHandle.CURRENT);
}
/**