On Tue, Aug 30, 2011 at 6:08 AM, Mark Murphy <[email protected]>wrote:
> On Tue, Aug 30, 2011 at 8:21 AM, Giorgio Torres > <[email protected]> wrote: > > But how does Android Market or even the ADB (when we deploy an app to it > > through Eclipse), do that? > Android Market is a privileged app. adb works outside of the device. > I wouldn't say it is a privileged app; it is just that it is included on the system image so can get permission to do some additional things that third party apps can't. Likewise the user adb runs under is defined by the system image so can have the same permission. -- 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

