Merge "Title is different after tapping "Memory used by apps"" am: 7d9146e10a am: 4604741c51 am: b9b563d243

am: 381570cda2

Change-Id: Ifd8fbcfa5a4d0e5aa8598fb26b4158b01db230c3
This commit is contained in:
Honglu Yin
2017-04-10 23:35:51 +00:00
committed by android-build-merger

View File

@@ -109,7 +109,7 @@ public class ProcessStatsSummary extends ProcessStatsBase implements OnPreferenc
args.putBoolean(ARG_TRANSFER_STATS, true); args.putBoolean(ARG_TRANSFER_STATS, true);
args.putInt(ARG_DURATION_INDEX, mDurationIndex); args.putInt(ARG_DURATION_INDEX, mDurationIndex);
mStatsManager.xferStats(); mStatsManager.xferStats();
startFragment(this, ProcessStatsUi.class.getName(), R.string.app_list_memory_use, 0, startFragment(this, ProcessStatsUi.class.getName(), R.string.memory_usage_apps, 0,
args); args);
return true; return true;
} }