Top "Broadcastreceiver" questions

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

Scheduled Alarm Manager not working Android

I am trying to start an alarm service that repeats every day at a particular time. I have gone through …

android broadcastreceiver android-service alarmmanager repeatingalarm
Android : Check phone number present in Contact List ? (Phone number retrieve from phone call)

I make a BroadcastReceiver to receive Phone number of the person who call me <intent-filter> <action android:…

android contacts broadcastreceiver
Correct pattern to acquire a WakeLock in a BroadcastReceiver and release it in a Service

Even after a lot of research I am still not completely sure if the way how I implement a WakeLock …

android service broadcastreceiver wakelock
Difference between BOOT_COMPLETED and QUICKBOOT_POWERON on Android

I have created BroadcastReceiver to schedule my Service execution every 30 seconds. This is what I have in AndroidManifest.xml : <…

android service broadcastreceiver
Android cannot pass intent extras though AlarmManager

I am trying to put an extra message in my intent to pass to AlarmManager to be triggered at a …

android broadcastreceiver alarmmanager android-pendingintent android-bundle
How do you check if music is playing by using a broadcast receiver?

I would like to prevent some of my code from executing only when music or videos are currently playing. How …

android broadcastreceiver audio-player background-music android-music-player
How to inject into a BroadcastReceiver

Does someone already had to inject an already existing class, with some business logic, into a BroadcastReceiver using dagger? I'm …

android dependency-injection broadcastreceiver dagger
Boot Receiver not working

Manifest: <application android:icon="@drawable/icon" android:label="@string/app_name"> <activity android:name=".AlarmActivity" android:label="@…

android broadcastreceiver boot
Android 8.0 Oreo AlarmManager with broadcast receiver and implicit broadcast ban

I have critical reminders that are set via the Alarm Manager (It should function the same way as an alarm …

android broadcastreceiver android-broadcast