We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9e9d6 commit 6dd530fCopy full SHA for 6dd530f
1 file changed
docs/html/training/basics/activity-lifecycle/recreating.jd
@@ -51,7 +51,7 @@ the user rotates the screen. When the screen changes orientation, the system des
51
the foreground activity because the screen configuration has changed and your activity might need to
52
load alternative resources (such as the layout).</p>
53
54
-<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
55
about each {@link android.view.View} object in your activity layout (such as the text value entered
56
into an {@link android.widget.EditText} object). So, if your activity instance is destroyed and
57
recreated, the state of the layout is automatically restored to its previous state. However, your
0 commit comments