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

Commit 10d1095a authored by Katie McCormick's avatar Katie McCormick Committed by Android Git Automerger
Browse files

am 1eca514a: Merge "Doc update: Fix typo." into jb-dev

* commit '1eca514a':
  Doc update: Fix typo.
parents a3503f26 1eca514a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ the user rotates the screen. When the screen changes orientation, the system des
the foreground activity because the screen configuration has changed and your activity might need to
load alternative resources (such as the layout).</p>

<p>By default, the system uses the {@link android.os.Bundle} instance state to saves information
<p>By default, the system uses the {@link android.os.Bundle} instance state to save information
about each {@link android.view.View} object in your activity layout (such as the text value entered
into an {@link android.widget.EditText} object). So, if your activity instance is destroyed and
recreated, the state of the layout is automatically restored to its previous state. However, your