summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/Intent.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 621bcee..8352635 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -3236,9 +3236,8 @@ public class Intent implements Parcelable, Cloneable {
/**
* Extra used to communicate set of acceptable MIME types for
- * {@link #ACTION_GET_CONTENT} or {@link #ACTION_OPEN_DOC}. The type of the
+ * {@link #ACTION_GET_CONTENT} or {@link #ACTION_OPEN_DOCUMENT}. The type of the
* extra is <code>ArrayList&lt;String&gt;</code>.
- * @hide
*/
public static final String EXTRA_MIME_TYPES = "android.intent.extra.MIME_TYPES";