am c75348a9: Merge change Ib897cff1 into eclair
Merge commit 'c75348a9384a5310bb34bf02cafd0076630f4a28' into eclair-plus-aosp * commit 'c75348a9384a5310bb34bf02cafd0076630f4a28': do not merge
This commit is contained in:
@@ -872,6 +872,10 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
}
|
||||
|
||||
PackageInfo generatePackageInfo(PackageParser.Package p, int flags) {
|
||||
if ((flags & PackageManager.GET_UNINSTALLED_PACKAGES) != 0) {
|
||||
// The package has been uninstalled but has retained data and resources.
|
||||
return PackageParser.generatePackageInfo(p, null, flags);
|
||||
}
|
||||
final PackageSetting ps = (PackageSetting)p.mExtras;
|
||||
if (ps == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user