I have some kind of SMS application. So everytime the phone received a new message, it should have a notification and upon clicking it, will launch the activity. Right now, when receiving 1 message, i
I wish to have an app that targets Android 2.1, API level 7, launch multiple activities at once when a user clicks on a C2DM notification that has come in. This is the method I currently use to launch
I have one service which is running every 5 minutes so every 5 minutes service is started and do some work and then finish and again after 5 minutes it will be started because i have set interval ti
Ok I am stuck. Can someone please point me in the right direction? I have no idea where to start with pendingintents. I need to start custom service that sends some dat开发者_JAVA百科a back to the act
Hi I have a been able to get a notification displayed for my activity, and when the user clicks the notification the app restarts. However I just want it to reappear not restart. eg. it is a web app
This question already has answers here: Closed 10 years ago. Po开发者_运维百科ssible Duplicate: Android: Get all PendingIntents set with AlarmManager
I\'m developing an app which shows a notification to the user. The notif开发者_开发百科ication\'s objective is to make it easy to the user to return to the activity when the user is in another activit
i am trying to run a cpu intense task every 60 seconds. i am using AlarmManager with a PendingIntent,`
I have an ArrayList of contacts that contains a phone number and a status field.I want to update the status field on a successful send result.
When setting a service to go off at particular time, I use the AlarmManager system service. Everything goes off without a problem, service is called and actions take place.