Merge "PackageManagerService: Enable package parse cache."
This commit is contained in:
committed by
Android (Google) Code Review
commit
55ab172acf
@@ -575,7 +575,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
/**
|
||||
* Whether the package parser cache is enabled.
|
||||
*/
|
||||
private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = false;
|
||||
private static final boolean DEFAULT_PACKAGE_PARSER_CACHE_ENABLED = true;
|
||||
|
||||
final ServiceThread mHandlerThread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user