diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-12-14 22:09:51 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-12-14 22:19:03 -0800 |
commit | 4f3867e3ce92101224ad79b8f2ff446bb4f99108 (patch) | |
tree | 34fe1bf3f235ce5ae2ec4d66046ab7a0bbb439a7 /docs/html/sdk | |
parent | 6866d6912b6b5cbaaf482857d279037135aeb45f (diff) | |
download | frameworks_base-4f3867e3ce92101224ad79b8f2ff446bb4f99108.zip frameworks_base-4f3867e3ce92101224ad79b8f2ff446bb4f99108.tar.gz frameworks_base-4f3867e3ce92101224ad79b8f2ff446bb4f99108.tar.bz2 |
Time to remove some old APIs!
Change-Id: I73ca23b0d5c7971a00dfa05357f9b630d9b6ebc8
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/android-2.3.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/android-2.3.jd b/docs/html/sdk/android-2.3.jd index 33affcb..a0b7c99 100644 --- a/docs/html/sdk/android-2.3.jd +++ b/docs/html/sdk/android-2.3.jd @@ -469,7 +469,7 @@ in {@link android.app.ActivityManager.RunningAppProcessInfo}. The value indicates that a specific process is running something that is considered to be actively perceptible to the user. An example would be an application performing background music playback.</li> -<li>The {@link android.app.Activity#setPersistent(boolean)} method to mark an +<li>The Activity.setPersistent(boolean) method to mark an Activity as persistent is now deprecated and the implementation is a no-op.</li> </ul> </li> |