• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revisão8540158fa20d2110efb3f3e6eb454b9b2311e896 (tree)
Hora2018-06-01 23:57:24
AutorHonglu Yin <honglu.x.yin@sony...>
CommiterMichael W

Mensagem de Log

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

Mudança Sumário

Diff

--- a/src/com/android/settings/applications/ProcessStatsSummary.java
+++ b/src/com/android/settings/applications/ProcessStatsSummary.java
@@ -120,7 +120,7 @@ public class ProcessStatsSummary extends ProcessStatsBase implements OnPreferenc
120120 args.putBoolean(ARG_TRANSFER_STATS, true);
121121 args.putInt(ARG_DURATION_INDEX, mDurationIndex);
122122 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,
124124 args);
125125 return true;
126126 } else if (preference == mAppStartupPreference) {