Top "Broadcastreceiver" questions

BroadcastReceiver is an Android component that responds to system-wide broadcast announcements.

Activity has leaked IntentReceiver

I am trying to send sms amd mail together. There are no issues with sending mail, but when i send …

android broadcastreceiver
How to determine if one of my activities is in the foreground

I have implemented a BroadcastReceiver which is triggered by the AlarmManager. The AlarmManager is initialized on BOOT_COMPLETED. So i …

android broadcastreceiver
android: broadcast receiver for screen on and screen off

I was just wondering if it is possible to register a broadcast receiver that detects Screen ON/OFF in the …

android screen broadcastreceiver
How to pass data to BroadcastReceiver?

What I am trying to do is that the numbers to which my application sends messages to, are passed to …

android string android-intent sms broadcastreceiver
Android BroadcastReceiver, auto run service after reboot of device

Hello i am writing an application, which is when the phone reboot, the service will auto start instead of click …

android service broadcastreceiver manifest reboot
Starting Service from BroadcastReceiver

I have a Service and BroadcastReceiver in my application, but how do I launch the service directly from the BroadcastReceiver? …

android broadcastreceiver
Broadcast Receiver Register in Manifest vs. Activity

I need some help to understand when I can expect my broadcast receiver will work when just registered in the …

android android-intent broadcastreceiver intentfilter
Registering and unregistering BroadcastReceiver in a fragment

My app has an action bar with 3 fragment tabs. In the second fragment I register and unregister a BroadcastReceiver. I …

android android-fragments broadcastreceiver
How to get phone number from an incoming call?

How do I get the phone number when there is an incoming call in Android?

android broadcastreceiver telephony
How to set permissions in broadcast sender and receiver in android

How do we specify in broadcast sending application that which application can receive this broadcast, and in receiving application that …

android broadcastreceiver