Top "Broadcastreceiver" questions

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

Start Activity screen even if screen is locked in Android

How to start an Activity on device even if screen is locked. I tried as below but it's not working. …

android android-activity broadcastreceiver screen-lock
Broadcast Receiver Not Working After Device Reboot in Android

I have already checked all the related questions and have not found any solution for this problem. So this is …

android broadcastreceiver android-broadcast android-broadcastreceiver
Service has leaked ServiceConnection that was originally bound here

I am using a BraodCastReceiver that starts an IntentService. Everythings look working good, but I get this error which I …

android service broadcastreceiver intentservice
Android: BroadcastReceiver when insert/remove the device USB plug into/from a USB port

My application don't catch "ACTION_USB_DEVICE_ATTACHED" but "ACTION_USB_DEVICE_DETACHED" work fine. Application start correctly if I …

android usb broadcastreceiver host
What is the use of android:exported="true" in BroadcastReceiver

Hi I see that some broadcast receiver use this tag android:exported="true" in Android Manifest.xml to register. <…

android broadcastreceiver
BroadcastReceiver receives multiple identical messages for one event

I registered a receiver that listens to network events: <receiver android:label="NetworkConnection" android:name=".ConnectionChangeReceiver" > <intent-filter &…

android networking wifi broadcastreceiver
NotificationManager.cancel(id) is not working inside a broadcast receiver

Android: I am trying to cancel a notification from the notification bar after a package being installed. What I am …

android broadcastreceiver notificationmanager
Can not resolve import LocalBroadcastManager on statement android.support.v4.content.LocalBroadcastManager;

I got this error while importing an eclipse project to Android studio. It shows a suggestion Add library Gradle: com.…

android broadcastreceiver localbroadcastmanager
Is there any way to receive a notification when the user powers off the device?

I need to know when the user powers off his/her phone. Are there any broadcasts (or similar) that notify …

android broadcastreceiver
Android DownloadManager get filename

In my app you can download some files. I used the Android DownloadManager class for downloading. After the download is …

java android broadcastreceiver android-download-manager receiver