OSDN Git Service

Correct ActivityInfo constructors.
authorRobert Carr <racarr@google.com>
Tue, 15 Sep 2015 19:30:42 +0000 (12:30 -0700)
committerRob Carr <racarr@google.com>
Tue, 15 Sep 2015 20:58:32 +0000 (20:58 +0000)
commit3e2e0117858eb02fef55ca4c245e8b920aedc6eb
treeeede9c332e49ab8c196467de042e7ef933f10f3a
parent96d9953f74ab16a9a63ebfe4119d5340ec734e87
Correct ActivityInfo constructors.

ActivityInfo was missing initialization for the
documentLaunchMode flag in the copy-constructor
and the Parcel constructor. The copy-constructor
is used in multi-user/profile mode to create a
seperate instance of the ActivityInfo per uid
and this was manifesting in the linked bug.

Bug: 21590915
Change-Id: I6f71d94ec32ec6326d23c9b62e9d8d319e2fa25e
core/java/android/content/pm/ActivityInfo.java