How to send scheduled SMS messages in Android? -
i have create app has mobile numbers in database. has send sms 1 of number in database @ 12:00 everyday. know how add numbers in database. don't know how send scheduled messages numbers. helps please?
use alarmmanager schedual call method fetch no. database , send desired message number.
from android docs:
alarmmanager:this class provides access system alarm services. these allow schedule application run @ point in future. when alarm goes off, intent had been registered broadcast system, automatically starting target application if not running.
Comments
Post a Comment