[android-developers] Re: How onCreate/OnDestory method

2009-04-06 Thread Dianne Hackborn
It's all in the app's process. On Mon, Apr 6, 2009 at 5:53 PM, Lucius Fox lucius.fo...@gmail.com wrote: Hi, Each activity has a onCreate/OnDestory method. And I think they are being invoked by frameworks/base/core/java/Instrumentation.java. My question is what it is process calling

[android-developers] Re: How onCreate/OnDestory method

2009-04-06 Thread Lucius Fox
Thank you. When I open a 'adb shell' to talk to emulator and then execute a native application, is that application process also? Or that is system process which automatically has root permission? On Mon, Apr 6, 2009 at 7:01 PM, Dianne Hackborn hack...@android.com wrote: It's all in the app's