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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -