Yorumlar
((Button) findViewById(R.id.send_mail)).setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
Intent intent = new Intent(Intent.ACTION_SEND);
…
Ali Aksoy