[android-developers] StartActivity() in BroadcastReceiver

2009-04-09 Thread yeons...@gmail.com
Hello, I'd like to launch one of settings app screen when received a certain broadcast event in idle state. For that, I added my event to PhoneAppBroadcastReceiver() in PhoneApp.java (because it seems this receiver handles the misc events) But if I called startActivity() in here, it does not

[android-developers] How I call startActivity() in BradocastReceiver

2009-04-09 Thread yeons...@gmail.com
hello, I'd like to launch one of settings app screen when I received a certain event in idle state. For that, I added my new intent to PhoneAppBroadcastReceiver() in PhoneApp.java (because it seems this receiver handles the misc intents) But if I called startActivity(), seems phone goes to