diff options
author | Craig Mautner <cmautner@google.com> | 2014-04-03 18:54:52 -0700 |
---|---|---|
committer | Craig Mautner <cmautner@google.com> | 2014-04-03 18:54:52 -0700 |
commit | 529a43f7194958178055313254cc43a4f73f58b9 (patch) | |
tree | 7ffe1b7f324118e1f1baf635565f85dfffdd81bc /core | |
parent | 35fc6a02aeded9578375af5828e14043164028d5 (diff) | |
download | frameworks_base-529a43f7194958178055313254cc43a4f73f58b9.zip frameworks_base-529a43f7194958178055313254cc43a4f73f58b9.tar.gz frameworks_base-529a43f7194958178055313254cc43a4f73f58b9.tar.bz2 |
Fix build due to bad javadoc link.
Change-Id: I83ca32611fb72b79be271dc3a5bd848934e9174f
Diffstat (limited to 'core')
-rw-r--r-- | core/java/android/app/Activity.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 23caccc..20e7311 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -4707,9 +4707,7 @@ public class Activity extends ContextThemeWrapper * found with either a non-null label or a non-null icon set by this call the traversal is * ended. For each task those values will be returned in {@link * ActivityManager.RecentTaskInfo#activityLabel} and {@link - * ActivityManager.RecentTaskInfo#activityIcon}. The {link Intent} for the activity that set - * activityLabel and activityIcon will be returned in {@link - * ActivityManager.RecentTaskInfo#activityIntent} + * ActivityManager.RecentTaskInfo#activityIcon}. * * @see ActivityManager#getRecentTasks * @see ActivityManager.RecentTaskInfo |