Open connglli opened 4 years ago
PMS#getApplicationInfo(packageName)
PMS#getInstalledApplications(userId)
PMS#getInstalledPackages(userId)
Package
PMS.mPackage: ArrayMap<String, PackageParser.Package>
PMS#<init>()
ServiceManager.addService(this)
ServiceThread extends HandlerThread
mPackage
Overview
PMS#getApplicationInfo(packageName)
: get the information of a packagePMS#getInstalledApplications(userId)
: get all installed application information of a userPMS#getInstalledPackages(userId)
: get all installed package information of a userImplementation
Package
mapPMS.mPackage: ArrayMap<String, PackageParser.Package>
(see #28)PMS#<init>()
)ServiceManager.addService(this)
ServiceThread extends HandlerThread
named PackageManager to handle messagesmPackage
References