broadcastreceiver
Android: Why intent doesn't received by broadcastreceiver?
I have a few intents that activity sends to service. All of those are registered in manifest: <service android:name=".location.LocationService" android:label="@string/location_servic[详细]
2023-03-26 10:46 分类:问答Detect Android app upgrade and set Application class boolean for show/hide of EULA
I\'m attempting to detect when my application has been upgraded using a BroadcastReceiver and set a boolean in my Application Class.This boolean will be used in conjunction with a few other booleans t[详细]
2023-03-26 06:14 分类:问答Android SMS Receiver Crash
I am trying to capture incoming sms messages for my application. In order to do that I am using a BroadcastReceiver. I have setup permissions and a filter in the manifest file. Whenever I receive a te[详细]
2023-03-26 04:20 分类:问答Run an activity in background
I\'m using an activity to get MMS attachment once a MMS is received. I have completed the MMS listener for this and it will call the activity, which will use getCo开发者_如何学PythonntentResolver() to[详细]
2023-03-25 22:04 分类:问答Android async task need to be tied to broadcast receiver
I have a background service that receives data roughly once per second from an external BT sensor.That data comes in, and gets sent to the UI using a broadcast intent/receiver.The live data is display[详细]
2023-03-25 13:29 分类:问答Android Activity crashing when trying to fire Intent.ACTION_VIEW from within BroadcastReceiver
My activity should download a file and afterwards open it by sending Intent.ACTION_VIEW. The download itself works fine, I can acce开发者_运维知识库ss it afterwards in the Downloads section.[详细]
2023-03-25 08:52 分类:问答how to Get a list of applications being download?
In my application, I need to know if a particular app is being downloaded from the android market or not. How Do I achieve this functionality? Is it possible to get a list of all the downloads that ar[详细]
2023-03-25 00:57 分类:问答android Alarm Manager Service Kernel time zone update to
has anyone noticed that when time passes from 23:59 to 00:00 which is a new day, emulator shows a message like:[详细]
2023-03-24 23:32 分类:问答can i sendBroadcast from class extend AsyncTask?
I have a class that extends the AsyncTask. When the doing background task done, in post executed i get the static properties of other class to equal the result of doing background, n I WANT TO BROADC[详细]
2023-03-24 19:57 分类:问答BroadcastReceiver with a Listener drains battery when not in use
I have a receiver which waits for TelephonyManager.ACTION_PHONE_STATE_CHANGED: public void onReceive(Cont开发者_如何学Cext context, Intent intent) {[详细]
2023-03-24 14:43 分类:问答