android exp app send string to another app
Subscribe all articles: https://www.patreon.com/posts/31891877
Buy single article: https://gum.co/kavwf
Abstract:
Intent intent = new Intent(android.content.Intent.ACTION_SEND);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
...(see full article in relative links)