Intent.EXTRA_EMAIL not populating the To field
I think you are not passing recipient as array of string it should be like emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL,new String[] { “someone@gmail.com” });
I think you are not passing recipient as array of string it should be like emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL,new String[] { “someone@gmail.com” });