I am doing an android share intent for Pinterest but is not fully working. I am able to attach the image but I can\'t send text to the \"description\" field in the share win
for some reason pinterest app doesn't comply to the standard (Intent.EXTRA_TEXT) so we have to add it separately
if(appInfo.activityInfo.packageName.contains("com.pinterest"){ shareIntent.putExtra("com.pinterest.EXTRA_DESCRIPTION","your description"); }