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 <[email protected]> wrote: > It's all in the app's process. > > On Mon, Apr 6, 2009 at 5:53 PM, Lucius Fox <[email protected]> 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 >> Instrumentation.callActivityOnDestory() and >> Instrumentation.callActivityOnStart()? >> Does that process has root permission? >> >> Thank you. >> >> > > > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

