com.android.server.PackageManagerServices and Android -
I'm trying to debug the original code in my Android app development and I'm using com.android.server.PackageManagerServices Required device I search for information for PackageManagerServices and can not get good information in the web. My questions are (1) where com.android.server.packageManagerServices receive? (2) How can this service be made available on the device?
- The package manager is located on the service
- PackageManagerService is a System service is started at boot time and there is no need to create one more instance of one that is always running.
You can use the aosp source code
Comments
Post a Comment