am 981ff182: am 8bdb5561: am 85bdb773: am 5b5ed310: Merge "Prevent crash in app memory updater." into mnc-dev

* commit '981ff1825e74dd391f4b7cdf03032cfbab0d7100':
  Prevent crash in app memory updater.
This commit is contained in:
Julia Reynolds
2015-07-28 21:53:01 +00:00
committed by Android Git Automerger

View File

@@ -836,6 +836,9 @@ public class InstalledAppDetails extends AppInfoBase
@Override
protected ProcStatsPackageEntry doInBackground(Void... params) {
if (getActivity() == null) {
return null;
}
if (mPackageInfo == null) {
return null;
}