Searched refs:ACTION_CHOOSER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java478 * <li> {@link #ACTION_CHOOSER}
806 public static final String ACTION_CHOOSER = "android.intent.action.CHOOSER"; field in class:Intent
809 * Convenience function for creating a {@link #ACTION_CHOOSER} Intent.
819 Intent intent = new Intent(ACTION_CHOOSER);
2110 * {@link #ACTION_CHOOSER}.
2119 * {@link #ACTION_CHOOSER}.

Completed in 65 milliseconds