Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c08787fc authored by Quddus Chong's avatar Quddus Chong Committed by Android (Google) Code Review
Browse files

Merge "SDK doc change: Fixed typo and added method parentheses in line 206....

Merge "SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971" into ics-mr1
parents 71e8f4c1 3790001c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -203,7 +203,7 @@ final class FragmentState implements Parcelable {
 * <li> {@link #onCreateView} creates and returns the view hierarchy associated
 * <li> {@link #onCreateView} creates and returns the view hierarchy associated
 * with the fragment.
 * with the fragment.
 * <li> {@link #onActivityCreated} tells the fragment that its activity has
 * <li> {@link #onActivityCreated} tells the fragment that its activity has
 * completed its own {@link Activity#onCreate Activity.onCreaate}.
 * completed its own {@link Activity#onCreate Activity.onCreate()}.
 * <li> {@link #onStart} makes the fragment visible to the user (based on its
 * <li> {@link #onStart} makes the fragment visible to the user (based on its
 * containing activity being started).
 * containing activity being started).
 * <li> {@link #onResume} makes the fragment interacting with the user (based on its
 * <li> {@link #onResume} makes the fragment interacting with the user (based on its