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

am: 4604741c51

Change-Id: I1168d6d5862745210045efea402f6d0f1e85acab
This commit is contained in:
Honglu Yin
2017-04-10 23:22:49 +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.putInt(ARG_DURATION_INDEX, mDurationIndex);
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);
return true;
}