commit | 20680c49584c26f7818c2dec8fb00633af753e4a | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue May 19 11:12:58 2015 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Tue May 19 11:22:25 2015 +0100 |
tree | f2d5ac724f0513a2013e05e4d6058d9fc704402e | |
parent | c0929c716cf6402d6877e8998820b98bd012d171 [diff] |
Allow FragmentActivity to hook in to Factory2 method Since Activity will automatically install itself as a private factory on HC+, we need to ensure that FragmentActivity also hooks in as a Factory2. Currently, if FragmentActivity's Factory is *not* called, the framework FragmentManager will attempt to inflate a support Fragment and crash. Also removed some AppCompat code which is now uneeded. BUG: 21287184 Change-Id: Id163caa3ec46654e25706e58415d4aa7b0213dd1