Skip to content Skip to sidebar Skip to footer
Showing posts with the label Broadcastreceiver

Perform Long Running Operations When Receiving Sms On Api < 21

I'm building an app that will listen for incoming SMS messages, perform some potentially long r… Read more Perform Long Running Operations When Receiving Sms On Api < 21

Android Bluetooth Le Scanner On Foreground Service Stops Immediately When Screen Turns Off

I have the following BLE foreground service implementation - public class BluetoothForegroundServic… Read more Android Bluetooth Le Scanner On Foreground Service Stops Immediately When Screen Turns Off

Handling Parse Push Notifications In Android

I am using Parse API in order to handle push notifications. In our Android application, I want to a… Read more Handling Parse Push Notifications In Android

Alarm With Broadcast Receiver Not Working On Fragment

I'm working on a app with Fragments, One of the fragment includes alarm functionality. For this… Read more Alarm With Broadcast Receiver Not Working On Fragment

Broadcast Receiver Not Receiving Action_boot_completed

I'm trying to do a basic BroadcastReceiver that can receive the Action_BOOT_COMPLETED. Whenever… Read more Broadcast Receiver Not Receiving Action_boot_completed

How To Make An Incoming Call From Our Application

i am trying to make an incoming call from a number given by me. in short i want to make fake incomi… Read more How To Make An Incoming Call From Our Application

Install Apk Extra_return_result From Intentservice

I'm trying to get the results from an APK update, to a Service. Actually I'm using an Inten… Read more Install Apk Extra_return_result From Intentservice

Action_headset_plug Broadcast Delay

I have my own BroadcastReceiver instance for Intent.ACTION_HEADSET_PLUG action. There is about 1-2 … Read more Action_headset_plug Broadcast Delay

Broadcastreceiver Doesn't Get Called When Using It For Push Notification

I am trying to use GCM push notification of Android in a plugin. I am getting the valid registratio… Read more Broadcastreceiver Doesn't Get Called When Using It For Push Notification

Broadcastreceiver Not Working While Phone Is Booting In Android

I have created a lock screen for ICS and it is placed in the frameworks and we can open application… Read more Broadcastreceiver Not Working While Phone Is Booting In Android

How To Modify Incoming And Outgoing Call Screen View In Android

I want modify below screen according to my option. I don't know how to access this screen. a… Read more How To Modify Incoming And Outgoing Call Screen View In Android

Broadcast Not Received From Chrome Custom Tab Menu Item Click

I am doing the following within a Fragment (condensed for convenience): intentBuilder = new CustomT… Read more Broadcast Not Received From Chrome Custom Tab Menu Item Click

Package_added Broadcastreceiver Doesn't Work

I have a broadcast receiver registered in Manifest: Solution 1: Did you run the app that contains … Read more Package_added Broadcastreceiver Doesn't Work

How Do I Update My Recyclerview Button State On Click After Alert Dialog Confirmation In Activity/fragment?

I have a pretty unique situation, where I have a button in a recyclerview, which upon click (initia… Read more How Do I Update My Recyclerview Button State On Click After Alert Dialog Confirmation In Activity/fragment?

Register A Broadcast Receiver From A Service In A New Thread

I have a broadcastreciever which start a long operation (uploading process). In the code of a servi… Read more Register A Broadcast Receiver From A Service In A New Thread

How To Register Broadcast Receiver?

Here is my source code and it keeps force closing everytime I run it... public class MainActivity e… Read more How To Register Broadcast Receiver?

How To Inject The Creation Of A Broadcastreceiver Object In Fragment Using Dagger2?

I need to inject the creation of NetReceiver object into my Fragment but I get the following error:… Read more How To Inject The Creation Of A Broadcastreceiver Object In Fragment Using Dagger2?

Broadcast Receiver And Pending Intent : Show A Toast

The following is the code for an alarm that has to hit the BroadCast Receiver : Intent intentWithD… Read more Broadcast Receiver And Pending Intent : Show A Toast

Problems With Broadcastreceiver And Multiple Proximity Alerts

I realize this question already exists, but I am having trouble implementing the solutions. I'… Read more Problems With Broadcastreceiver And Multiple Proximity Alerts

Accelerometer Seems To Only Work For A Few Seconds?

With this in the Android Manifest: Solution 1: This is taken from the Android Documentation on Br… Read more Accelerometer Seems To Only Work For A Few Seconds?