Searched refs:share (Results 1 – 2 of 2) sorted by relevance
73 Intent share = new Intent(Intent.ACTION_SEND); in launch() local74 share.setType("image/png"); in launch()75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile())); in launch()76 activity.startActivity(Intent.createChooser(share, title)); in launch()
182 - Support for library project to share code/resources among projects