Searched defs:CATEGORY_OPENABLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java177 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
1011 * accomplished by requiring the {@link #CATEGORY_OPENABLE} in the Intent.
1027 * {@link #CATEGORY_OPENABLE} if you can only accept data that can be
3107 * Callers must include {@link #CATEGORY_OPENABLE} in the Intent to obtain
3143 * Callers must include {@link #CATEGORY_OPENABLE} in the Intent to obtain
3443 public static final String CATEGORY_OPENABLE = "android.intent.category.OPENABLE"; field in class:Intent

Completed in 27 milliseconds