An object that receives some message broadcast from the system.
I send SMS using code below: Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("smsto:" + phoneNumber)); intent.putExtra("address", …