packages/apps/Settings
Revisão | 8540158fa20d2110efb3f3e6eb454b9b2311e896 (tree) |
---|---|
Hora | 2018-06-01 23:57:24 |
Autor | Honglu Yin <honglu.x.yin@sony...> |
Commiter | Michael W |
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.
Change-Id: I3bada43f1fea1ae9acabb151ac68b60900a26dda
@@ -120,7 +120,7 @@ public class ProcessStatsSummary extends ProcessStatsBase implements OnPreferenc | ||
120 | 120 | args.putBoolean(ARG_TRANSFER_STATS, true); |
121 | 121 | args.putInt(ARG_DURATION_INDEX, mDurationIndex); |
122 | 122 | mStatsManager.xferStats(); |
123 | - startFragment(this, ProcessStatsUi.class.getName(), R.string.app_list_memory_use, 0, | |
123 | + startFragment(this, ProcessStatsUi.class.getName(), R.string.memory_usage_apps, 0, | |
124 | 124 | args); |
125 | 125 | return true; |
126 | 126 | } else if (preference == mAppStartupPreference) { |