Merge "Title is different after tapping "Memory used by apps""

This commit is contained in:
Treehugger Robot
2017-04-10 22:53:07 +00:00
committed by Gerrit Code Review

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;
}