[Solved] Android: How can I send an SMS in the background? (API Min is 21)
[ad_1] Like @CommonsWare said, you need to handle your specific time logic. Why not use an AlarmManager which will call a Service in which your code for sending the sms actually “happens”. If you do use an AlarmManager, please note that different versions of Android will (likely) be handled by different methods related to AlarmManager, … Read more