<itemvalue="Return the FragmentActivity this fragment is currently associated with. May return null if the fragment is associated with a Context instead."/>
<itemvalue="tracking activityPage events."/>
<itemvalue="No Jagged Image View"/>
@ -57,12 +58,11 @@
<itemvalue="frag mall"/>
<itemvalue="Finds a fragment that was identified by the given id either when inflated from XML or as the container ID when added in a transaction. This first searches through fragments that are currently added to the manager's activity; if no such fragment is found, then all fragments currently on the back stack associated with this ID are searched. Returns: The fragment if found or null otherwise."/>
<itemvalue="Returns the identifier of this transaction's back stack entry, if addToBackStack(String) had been called. Otherwise, returns a negative number."/>
<itemvalue="Like commit but allows the commit to be executed after an activity's state is saved. This is dangerous because the commit can be lost if the activity needs to later be restored from its state, so this should only be used for cases where it is okay for the UI state to change unexpectedly on the user."/>