summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Context.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-09-17 18:46:22 -0700
committerDianne Hackborn <hackbod@google.com>2009-09-17 18:46:22 -0700
commitae22c05b91d1e7a458066792eb5cfc0974c1be9e (patch)
tree1b95f43dbc79c783de88a5b1c1fe8c7ccbdd665e /core/java/android/content/Context.java
parentfa82f22f1d8c4c828bdf9b670006be4f4fec772e (diff)
downloadframeworks_base-ae22c05b91d1e7a458066792eb5cfc0974c1be9e.zip
frameworks_base-ae22c05b91d1e7a458066792eb5cfc0974c1be9e.tar.gz
frameworks_base-ae22c05b91d1e7a458066792eb5cfc0974c1be9e.tar.bz2
Try to fix docs build.
Change-Id: I331e128fa95c3bc0b8bc4ab2537cc2ea92e310e7
Diffstat (limited to 'core/java/android/content/Context.java')
-rw-r--r--core/java/android/content/Context.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java
index 1a5269e..a3c4f9a 100644
--- a/core/java/android/content/Context.java
+++ b/core/java/android/content/Context.java
@@ -561,7 +561,7 @@ public abstract class Context {
/**
* Like {@link #startActivity(Intent)}, but taking a IntentSender
* to start. If the IntentSender is for an activity, that activity will be started
- * as if you had called the regular {@link #startActivityForResult(Intent, int)}
+ * as if you had called the regular {@link #startActivity(Intent)}
* here; otherwise, its associated action will be executed (such as
* sending a broadcast) as if you had called
* {@link IntentSender#sendIntent IntentSender.sendIntent} on it.