Searched refs:ACTION_OPEN_DOCUMENT (Results 1 – 8 of 8) sorted by relevance
100 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} and/or181 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} or {@link android.content.Intent#ACTION_CREATE_…219 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} intent,224 <p>{@link android.content.Intent#ACTION_OPEN_DOCUMENT} is233 <li>Use {@link android.content.Intent#ACTION_OPEN_DOCUMENT} if you want your242 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} and249 The following snippet uses {@link android.content.Intent#ACTION_OPEN_DOCUMENT}260 // ACTION_OPEN_DOCUMENT is the intent to choose a file via the system's file262 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);279 <li>When the app fires the {@link android.content.Intent#ACTION_OPEN_DOCUMENT}[all …]
162 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);
1223 using the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action and specifying a MIME type.1233 return a URI of any type, the result intent from {@link android.content.Intent#ACTION_OPEN_DOCUMENT}1240 with write access). So the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action is1261 <dd>{@link android.content.Intent#ACTION_OPEN_DOCUMENT} or<br/>1308 Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT);1311 // Only the system receives the ACTION_OPEN_DOCUMENT, so no need to test.1326 {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action. Instead, the system receives this
228 if (Intent.ACTION_OPEN_DOCUMENT.equals(action)) { in buildDefaultState()
2726 public static final String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCUMENT"; field in Intent
409 …owever, Android 4.4 introduces the {@link android.content.Intent#ACTION_OPEN_DOCUMENT} action, wh…
7895 …field public static final java.lang.String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCU…
7651 …field public static final java.lang.String ACTION_OPEN_DOCUMENT = "android.intent.action.OPEN_DOCU…