OSDN Git Service

Queue startActivity params if not yet ready.
authorCraig Mautner <cmautner@google.com>
Fri, 7 Feb 2014 23:30:03 +0000 (15:30 -0800)
committerCraig Mautner <cmautner@google.com>
Fri, 7 Feb 2014 23:30:03 +0000 (15:30 -0800)
commit4e5b67e69560ca443d5fb4b78abf56ae948f578c
tree834def21b262209e8e6a553c4008edc14c132627
parent9ef471f7f2f59de032d7cb9c3c7241486109979e
Queue startActivity params if not yet ready.

If the ActivityView is not ready when the startActivity method is
called we now save the Intent until the ActivityView is ready.

Fixes bug 12821638.

Change-Id: I30ebb2699963f174cc2d5a3fb77a99ed33a4252b
core/java/android/app/ActivityView.java