Home
last modified time | relevance | path

Searched refs:share (Results 1 – 2 of 2) sorted by relevance

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
DShareMockupAction.java73 Intent share = new Intent(Intent.ACTION_SEND); in launch() local
74 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()
/sdk/
Dchanges.txt182 - Support for library project to share code/resources among projects