I want to send a request to some server just before the phone shuts down. To do this, I will implement a BroadcastReceiver that receives the ACTION_SHUTDOWN broadcast. Upon reception of this broadcast
I 开发者_如何学Gosaw a piece of code, where the broadcastreceiver is declared in a separate process
I am writing an app that has audio playing throughout the duration of the app being open.I notice that during my testing phase my battery is draining much faster than without my app on the phone.This
I would like to write an application (for research) that makes a timestamp every time the battery level changes. If I can\'t do that, I want to make it so it takes a battery reading every 10 or so min
I am trying to use a BroadcastReceiver in Android (using the manifest) and just had a quick question.
In my android application, I\'m looking for a particular bluetooth device. When I found a bluetooth device, I c开发者_JAVA技巧heck if it\'s the one I\'m looking for and if it is, I call cancelDiscover
I\'m new to android and am desperately with trying to understand how broadcast receivers work. I have built an example which doesn\'t work, but I cannot imagine why.
I\'m developing a Learning Application. In it, I have an Activity where the user can select some applications from a list of all the applications installed on his device.
I have created a Alarm using AlarmManager. Intent intent = new Intent(MyApp.this,NotificationMessage.class);
I have an application that expects SMS messages in certain formats. If a SMS message meets specific criteria set out by my app, I want to prevent the re-broadcast of the SMS, otherwise allow it to pro