Files
frameworks_base/core/java/android/view
Adam Powell 371a809179 Inflate fragments from layout into child FragmentManagers
Previously, if an app inflated a layout in a Fragment's onCreateView
that itself had fragments included, those fragments would be added to
the Activity-level FragmentManager and would not share the same
lifecycle with the fragment it was inflated for. This led to some
nasty management headaches.

If an app targets L or above, add the fragment to the child
FragmentManager of the current fragment when inflated using the
LayoutInflater passed to the parent fragment.

Bug 12763389

Change-Id: Iad4ed7d5df602aea9579bf1503e206fa894630c1
2014-06-24 12:29:32 -07:00
..
2014-06-18 10:45:27 -07:00
2014-06-02 16:33:52 -07:00
2013-11-01 02:38:01 +00:00
2014-06-23 15:26:49 -07:00
2014-06-12 19:25:33 -07:00
2014-06-12 19:25:33 -07:00
2014-06-23 14:57:19 -07:00