From 1264c33163146d6088675d197551a63b3f9d360b Mon Sep 17 00:00:00 2001 From: Adam Powell Date: Thu, 20 Jan 2011 12:08:13 -0800 Subject: Fix bug 3362375 - API REVIEW: remove unused public 'up' id Fix bug 3362453 - API REVIEW: android.app.ActionBar Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a --- docs/html/guide/topics/ui/actionbar.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/html/guide/topics/ui/actionbar.jd b/docs/html/guide/topics/ui/actionbar.jd index c17fc3c..376bf6a 100644 --- a/docs/html/guide/topics/ui/actionbar.jd +++ b/docs/html/guide/topics/ui/actionbar.jd @@ -425,7 +425,7 @@ to call {@link android.app.FragmentTransaction#commit} for these transactions. Y

If your activity is stopped, you should retain the currently selected tab with the saved state so that when the user returns to your application, you can open the tab. When it's time to save the state, you can query the currently selected tab with {@link -android.app.ActionBar#getSelectedNavigationItem()}. This returns the index position of the selected +android.app.ActionBar#getSelectedNavigationIndex()}. This returns the index position of the selected tab.

Caution: It's important that you save -- cgit v1.1