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

/frameworks/support/v4/java/android/support/v4/app/
H A DShareCompat.java48 * {@link IntentReader} provides helper functions for parsing the defined extras
62 * or {@link IntentReader#getCallingPackage()}.
561 * IntentReader is a helper for reading the data contained within a sharing (ACTION_SEND)
566 * the content. IntentReader offers access to the application label, calling activity info,
577 public static class IntentReader { class in class:ShareCompat
578 private static final String TAG = "IntentReader";
588 * Get an IntentReader for parsing and interpreting the sharing intent
592 * @return IntentReader for parsing sharing data
594 public static IntentReader from(Activity activity) {
595 return new IntentReader(activit
598 private IntentReader(Activity activity) { method in class:ShareCompat.IntentReader
[all...]

Completed in 48 milliseconds