From 243170f759252c99052a903bd0cb33e4d8227aa0 Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Wed, 29 Aug 2012 13:37:01 -0700 Subject: Doc update: Fix typo. --- docs/html/training/basics/activity-lifecycle/recreating.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html/training') diff --git a/docs/html/training/basics/activity-lifecycle/recreating.jd b/docs/html/training/basics/activity-lifecycle/recreating.jd index 3bbf0bb..8c7126a 100644 --- a/docs/html/training/basics/activity-lifecycle/recreating.jd +++ b/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 the foreground activity because the screen configuration has changed and your activity might need to load alternative resources (such as the layout).

-

By default, the system uses the {@link android.os.Bundle} instance state to saves information +

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 -- cgit v1.1