Merge "Never store battery stats for cache" into oc-dr1-dev am: 8f8797f768

am: c150df6f8e

Change-Id: Iea0ac999b8f4dea20e0252b91b3013a5740ce353
This commit is contained in:
Lei Yu
2017-07-18 21:06:25 +00:00
committed by android-build-merger
7 changed files with 101 additions and 32 deletions

View File

@@ -208,7 +208,7 @@ public class InstalledAppDetails extends AppInfoBase
@Override
public Loader<BatteryStatsHelper> onCreateLoader(int id, Bundle args) {
return new BatteryStatsHelperLoader(getContext(), args);
return new BatteryStatsHelperLoader(getContext());
}
@Override