I have a webview from which user can share a link to whatsapp but i want that when ever user share a link via whatsapp from webview my app name should also be sent in that t
Try below code
text.putExtra("android.intent.extra.TEXT", getString(R.string.appname);
You can pass app name from string file.