broadcastreceiver
Broadcast Receiver and Internet connection
How do I use broadcast receiver to check if there isn\'t Internet connection? And after that: 1.If there is connection = do nothing[详细]
2023-03-29 10:55 分类:问答Repaint Activity through Service
I use my Main Activity to paint Text. Now Ive a Service in Background that listens to a bluetooth device. If a button on the device is pressed I insert values in the local database and want to repaint[详细]
2023-03-28 21:59 分类:问答setiting repeated task in AlarmManager problem
I trying to set a repeating task using the AlarmManager the task is to send a broadcast to my BroadcastReciever that runs a service (if it isn\'t already).[详细]
2023-03-28 20:44 分类:问答Inner Broadcast receiver does not work?
I create an inner receiver InnerReceiver public class MainActi开发者_如何学运维vity extends Activity{[详细]
2023-03-28 17:34 分类:问答Scheduling tasl on BOOT_COMPLETED
I have written next broadcast receiver for BOOT_COMPLETED action public class FineWeatherBootStarter extends BroadcastReceiver {[详细]
2023-03-28 15:28 分类:问答Launching an external activity from Receiver
I got this this code to launch Googles Car Home: Intent i = new Intent(); i.setClassName(\"com.android.carhome\", \"CarHome\");[详细]
2023-03-28 13:28 分类:问答What's up with that array of SmsMessages I'm getting in my BroadcastReceiver in Android?
This is how my BroadcastReceiver looks like: public class IncomingSMSListener extends BroadcastReceiver {[详细]
2023-03-28 12:32 分类:问答I can not start my receiver
I never reach BootReceiver?? In my manifest i have: <receiver android:name=\".app.service.receiver.BootReceiver\" android:enabled=\"true\">[详细]
2023-03-28 05:05 分类:问答Old values from battery change receiver while standby
I wrote a service with a broadcastreceiver listening on BATTERY_CHANGE. The thing is when the screen is on it works perfectly, but when the phone goes into standby, the service is receiving just the o[详细]
2023-03-27 21:30 分类:问答Broadcast reveiver for detecting availability of a new network
I am looking to find an inten开发者_运维技巧t action that is fired when a new network is detected on your android phone. Is thea any? I have checked the documentation, the only one that is close is an[详细]
2023-03-27 03:48 分类:问答