resolved conflicts for merge of f2db00fd to klp-modular-dev-plus-aosp

Change-Id: I745164033962f6222832f8f19fa316a2e2634fd0
This commit is contained in:
Brian Carlstrom
2014-05-07 13:19:28 -07:00
4 changed files with 286 additions and 79 deletions

View File

@@ -3565,10 +3565,13 @@ public class PackageParser {
// For use by the package manager to keep track of the path to the
// file an app came from.
public String mScanPath;
// For use by package manager to keep track of where it has done dexopt.
public boolean mDidDexOpt;
// For use by package manager to keep track of where it needs to do dexopt.
public boolean mDexOptNeeded = true;
// For use by package manager to keep track of when a package was last used.
public long mLastPackageUsageTimeInMills;
// // User set enabled state.
// public int mSetEnabled = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
//