Title is different after tapping "Memory used by apps"

“App usage” is displayed as title after tapping
“Memory used by apps” on “Memory” screen. Change the
title from “App usage” to “Memory used by apps” for
consistency.

Bug: 32997657
Change-Id: I3bada43f1fea1ae9acabb151ac68b60900a26dda
This commit is contained in:
Honglu Yin
2016-01-15 14:21:14 +08:00
committed by Zoran Jovanovic
parent 917b7b863c
commit db910257e2

View File

@@ -113,7 +113,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;
} }