I want to receive a sms in my app, but I don\'t want my Android to show a notification about that event. Algorithm:
There is something I really don\'t understand with the Android Widget API. I wrote a widget with a configuration Activity, and each time I install the application with adb, WidgetProvider.onUpdate()
If I have an inner class that extends BroadcastReceiver within my Service class, should I care about synchronization, when the BroadcastReceiver class reads/writes to objects from the Service class?
In my application there are two class one is InternetActivity which only extends Activity and sets contentview to main. and MyClass that extends broadcast receiver.
I tried to implement UDP server on Android, i can send packets to server, but can\'t received it. Also i tried run receiver without android, it works. Where is the problem?
I\'m displaying a no开发者_运维技巧tification via the NotificationManager from a BroadcastReceiver, but if the user touches the notification, nothing happens. If I create notifications from a view, th
I need to get the number that I am calling from my Android device programmatically. What I\'m doing now is the following:
I have a BroadcastReceiver declared in the following AndroidManifest.xml, but I never get the SMS_RECEIVED broadcast. Any ideas what is happening?
Hey there, has anyone else discovered that sometimes BOOT_COMPLETED intents arrive out of nowh开发者_运维百科ere?
I found in one post regarding OutOfMemoryError(mainly due to B开发者_Go百科ITMAP) that it can be Notified with Broadcastreceiver (ACTION_DEVICE_STORAGE_LOW) when Heap is going to full. Can any one tel