I\'m using an Alarm Manager to trigger an IntentService every hour. However, originally the alarm gets registered when the user runs the app. The problem is that when the user opens the app again it m
I am having a problem with the Alarmmanager functions for the Android. The problem is alarms that have over an hour or so to wait fail to go off.
I\'m building an app that will trigger notifications at specific time-intervals during the users waking hours.
I have a very simple piece of code that is used to schedule my next sync operation.It is running inside the SyncAdapter that extends AbstractThreadedSyncAdapter -- thus uses its context.The PendingInt
I\'m trying to check if my alarm is active or not. The alarmIsSet method will return false before the alarm is set, true when the alarm is set. So far so good, however, af开发者_运维百科ter the alarm
I have a problem with AlarmManager, I set the code for scheduling a repeating alarm and after I run the application, the alarm runs fine. Even if I click on Home button (and the application is paused)
I\'ve been struggling with this for hours. I\'ve also checked the documentation and several topics. I found this code in two topics, both guys said the code was working perfectly, but not on my comput
I\'m writing a piece of software for android OS that connects to a server and should stay connected until the program is closed. The connection is running in the background as a service and as far as
I\'m trying to make a Schedule. It should run every day at 1pm or 2pm... At the moment I can only make it run Every 10Sec or 10min...
I\'ve got a wigdet that is updated every minutes on the minute (but only when the phone is awake). However, after calling setRepeating() in the onEnabled method, the alarm doesn\'t ever seem to go off