summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2009-07-28 00:13:47 -0700
committerDianne Hackborn <hackbod@google.com>2009-07-28 00:13:47 -0700
commit7f2054392e9957d3ba8579ef08c29cfb27df564e (patch)
tree5e07f36bea3038fa5c13e4b81fa6421be79652ac /core/java/android/content/Intent.java
parentecbbecf6c535e7f3e1d072d43766a95aa18ee464 (diff)
downloadframeworks_base-7f2054392e9957d3ba8579ef08c29cfb27df564e.zip
frameworks_base-7f2054392e9957d3ba8579ef08c29cfb27df564e.tar.gz
frameworks_base-7f2054392e9957d3ba8579ef08c29cfb27df564e.tar.bz2
Updates from API review.
* AccessibilityService -- document onBind() to not be implemented. * GestureLibrary.getLearner() -- needs to be hidden. * IntentSender -- remove protected constructors, document that it is retrieved from a PendingIntent. * Hide permissions: SHUTDOWN, STOP_APP_SWITCHES. * Context -- hide BACKUP_SERVICE. * ContextWrapper -- hide getSharedPrefs bla h blah * Intent.parseUri() -- fix docs. * ApplicationInfo.FLAG_TEST_ONLY?!? * Hide MockContext.getSharedPrefs blah blah
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index a5f298c..29ec71e 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2390,7 +2390,7 @@ public class Intent implements Parcelable {
/**
* Create an intent from a URI. This URI may encode the action,
* category, and other intent fields, if it was returned by
- * {@link #toUri}.. If the Intent was not generate by toUri(), its data
+ * {@link #toUri}. If the Intent was not generate by toUri(), its data
* will be the entire URI and its action will be ACTION_VIEW.
*
* <p>The URI given here must not be relative -- that is, it must include