alarm - Is there any way, given user permission, for an android app to start on its own at a scheduled time in the future? -
as title suggests, there way have android application schedule start on own @ time in future. example, possible within android api developer write application might initiate @ 7am if scheduled user?
you can use alarm manager.
this class provides access system alarm services. these allow schedule application run @ point in future.
http://developer.android.com/reference/android/app/alarmmanager.html
Comments
Post a Comment