Reputation: 21
I'm new to the android app development world and looking for a tutorial on scheduling sms to be sent at set times. Or some sample code that anyone has. Thanks
Upvotes: 2
Views: 984
Reputation: 5806
I think AlarmManager can help you. You can find basic example here
Upvotes: 3