Is there any way after this action has been broadcast via a receiver to determine that开发者_Go百科 the action has finished? i.e the user has exit camera mode and is doing something else?You can regis
i am trying to run a cpu intense task every 60 seconds. i am using AlarmManager with a PendingIntent,`
I have 2 Activities (Activity1, Activity2) and a BroadcastReceiver class Assume that we are now on Activity2, where I set up an AlarmManager to run at a specific time.
I\'m using a BroadcastReceiver to receive a Notification at a given time. Now I trying to get the Input from a EditText into that Status Bar Notification. I tried it now with a LayoutInflater but I ju
I have an broadcast receiver registered in the manifest for intercepting calls, like this: <receiver android:name=\"CallTracker\">
According to this blogpost on android developers blog it should be doable to change an outgoing call number:
Can a BroadcastReceiver pass control to a Activity? Maybe I am thinking about this in the wrong way but I have a BroadcasterReceiver waiting for a SMS message to come in.once it comes in I would like
This question already has answers here: Closed 10 years ago. Possible Duplicate: Receiver not registered exception error?
I have a file open on the SD card.When someone mounts the SD card, it winds up crashing my application.I am trying to register for the ACTION_MEDIA_EJECT broadcast event, and i receive that, but it se
I\'ve looked around here for similiar problems, but for some reason my BroadcastReceiver never ends up receiving the android.intent.action.BOOT_COMPLETED Intent.