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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DShareCompat.java44 * ShareCompat provides functionality to extend the {@link Intent#ACTION_SEND}/
62 public final class ShareCompat { class
83 private ShareCompat() {} method in class:ShareCompat
316 * {@link ShareCompat#configureMenuItem(MenuItem, IntentBuilder)
317 * ShareCompat.configureMenuItem()} to add a Share item to the menu while
614 mCallingPackage = ShareCompat.getCallingPackage(activity);
615 mCallingActivity = ShareCompat.getCallingActivity(activity);
835 * @see ShareCompat#EXTRA_CALLING_PACKAGE
852 * @see ShareCompat#EXTRA_CALLING_ACTIVITY

Completed in 82 milliseconds