From 9ab3fd4565c105a983c61a0598b75b81323b4437 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 1 May 2013 18:12:12 -0700 Subject: Unhide extra to fix docs build. Change-Id: Ib757b5d62e6ff7f4623680fb5faba337de46aa02 --- core/java/android/content/Intent.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/java/android/content/Intent.java') 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 ArrayList<String>. - * @hide */ public static final String EXTRA_MIME_TYPES = "android.intent.extra.MIME_TYPES"; -- cgit v1.1