[android-developers] Intents in broadcastrecievers

2010-07-31 Thread run
hi, i wanted to place an intent in broadcastreceiver , by which i can call other applications. public void onReceive(Context context, Intent intent) { //---get the SMS message passed in--- Bundle bundle = intent.getExtras(); SmsMessage[] msgs = null; String st

[android-developers] why the onion option in the emulator?

2009-02-05 Thread Milk Run
There is an option to the emulator, -onion , which allows you to pass in a png file and that png file is layered on top of the emulator's display window with 50% opacity. Why? I tried it. It works. I am stumped for an example of why this exists. -- Frank --~--~-~--~~~