broadcastreceiver
how to stop BroadcastReceiver if app is closed
I defined in my Manifest a Broadcast Receiver to control if the internet connection is active or no开发者_JAVA百科t.[详细]
2023-04-11 18:37 分类:问答Android - Start service on boot
From everything I\'ve seen on Stack Exchange and elsewhere, I have everything set up correctly to start an IntentService when Android OS boots. Unfortunately it is not starting on boot, and I\'m not g[详细]
2023-04-11 06:31 分类:问答control a number of sms sent in android
i make an application for sending sms automatically to the incoming Number.开发者_开发问答 But the problem is that ,it send 2 sms instead of one in each call.[详细]
2023-04-11 01:23 分类:问答Create reminder in android app
I am trying to create a weekly reminder in my app. For this I am using AlarmManager. Here is the code generating alarm[详细]
2023-04-11 00:14 分类:问答Android - App widget can not use pending intents when the application restarts
My application has, apart from its activities, a service and an app widget. I wanted that clicking the widgets results in a piece of code executing, a piece which will enable/disable the app\'s servi[详细]
2023-04-10 11:22 分类:问答BroadcastReceiver how to start new intent
I implemented a broadcast receiver to \"block\" my app if the internet connection is lost. By block I mean that the app has to open a \"No internet connection\" activity.[详细]
2023-04-10 10:17 分类:问答Can I register more than one BroadcastReceiver for an Activity in an Android Programming?
I implemented a sample application which Shows the Phone Information, Battery Information of an Android application. I created two different Class files for two activities.[详细]
2023-04-10 09:21 分类:问答Android: Creating a persistent event listener
I am trying to figure out how to implement an event listener (unsure if this is the proper term.) I want the service, once my app is launched, to listen for the phones power status. I am uncertain to[详细]
2023-04-10 06:56 分类:问答BroadCastReceiver to listen incoming call and work between time interval
I want to develope a receiver class which will listen Phone state. And I want to work on doSomething() using incoming phone number.[详细]
2023-04-10 05:21 分类:问答What is the best way of create BroadcastReceiver?
I have spent few days to work on Service + BroadcastReceiver, but still cannot make it perfect. I hope someone can help, thanks![详细]
2023-04-10 00:37 分类:问答