I want to implement an automatic call from my android phone. If I set message for a particular number and date as well, then my android phone should call that number automat
Create an Alarm that will be fired at a particular time and add the code to call any particular number. Here is how you can set the AlarmManager to fire at a particular time. Then you can just call Intent.ACTION_CALL when your Alarm is fired.