am 007ad770: merge from open-source master
Merge commit '007ad7700a23ff7e618cfeee1eab97063c93b800' into kraken * commit '007ad7700a23ff7e618cfeee1eab97063c93b800': Adapt to new location of libcore Parse custom text header and ignore it. Parse "multipart/vnd.wap.multipart.alternative" which is a part of multipart body (nested multipart). 'uses-library' was not working for persistent applications. Fix an NPE in InputMethodService when mExtractAction is null.
This commit is contained in:
committed by
Android Git Automerger
commit
dcb5f18fd6
@@ -2375,7 +2375,7 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
&& (p.applicationInfo.flags&ApplicationInfo.FLAG_PERSISTENT) != 0
|
||||
&& (!mSafeMode || (p.applicationInfo.flags
|
||||
&ApplicationInfo.FLAG_SYSTEM) != 0)) {
|
||||
finalList.add(p.applicationInfo);
|
||||
finalList.add(PackageParser.generateApplicationInfo(p, flags));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user