On calling, an application chooser dialog will appear and by selecting an application you can share your content with it.
For calling use this line of code in your program class:
share(context, "This is a test message", "Test Subject")
Function's definition:
public static v...