I\'m sure I\'m doing something wrong but I can\'t get the alarm manager to trigger more than once when I setup an alarm doing the following:
My Widget starts a Service and the Service Update a List of 3 LinearLayouts. I want to set on each LinearLayout a SetOnClickPeningIntent with different Extra
I was reading Reto Meier\'s (very useful) Android developer blog post A Deep Dive into Location when I read the following sentence concerning use use of the PassiveProvider and PendingIntents to help
I\'ve a Problem with my widget. The Widget got a开发者_运维问答 Button where i assign a PendingIntent to be fired.
I have a PendingIntent firing on click on a notification that basically send an intent to my main menu (which is set to singleTop launch mode). This fires the onNewIntent which then loads the data I w
I have a repeating alarm set, my problem is that after cancelling it doesn\'t cancel (I\'m checking this with Log.v()
Here\'s my scenario: I show a notification that is not clearable (FLAG_NO_CLEAR), I set a pending intent that launches an Activity,
I there a way to get a list of the active PendingIntents in a device? I am starting to work with AlarmManager and I like to see if my PendingIntents are created and removed correctly.
I am developing a security app. When my app starts, I wrote a service that kill all other running processes. It works fine. But now i want to Stop all the Pending Intents from Alarm Manager because it
I am implementing an activity that responds to the RecognizerIntent. Among others this activity must handle two incoming extras that specify a pending intent and its extras-bundle: