[android-developers] Regarding Packagemanager..?

2012-07-12 Thread Abhilash baddam
Hi, I came to know that after booting device, all the system apps and market apps( if there) will be loaded right. These all things will be handled by PackageManager means which are the already installed apps, based on that it will load all the apps. But how the PackageManager gets the

Re: [android-developers] Regarding Packagemanager..?

2012-07-12 Thread Justin Anderson
Look at the source code for PackageManager... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 12, 2012 at 9:22 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi, I came to know that after booting device, all the system apps

Re: [android-developers] Regarding Packagemanager..?

2012-07-12 Thread Dianne Hackborn
Specifically, PackageManagerService.java and related classes it uses. On Thu, Jul 12, 2012 at 8:40 AM, Justin Anderson magouyaw...@gmail.comwrote: Look at the source code for PackageManager... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On