snippets-android
snippets-android copied to clipboard
how to share the deep link to a specific application on the device.
@Override public void sendInvite(Context context) { super.sendInvite(context); Toast.makeText(context, "TODO: TODO: Implement social sending", Toast.LENGTH_SHORT).show(); } In the function, how to share the data to a specific application on the device? like facebook.
Any help here?