Loading packages/SystemUI/res/values/strings.xml +0 −4 Original line number Diff line number Diff line Loading @@ -61,10 +61,6 @@ <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> <string name="battery_low_title">Battery is low</string> <!-- When the battery is low and hybrid notifications are enabled, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> <string name="battery_low_title_hybrid">Battery is low. Turn on Battery Saver</string> <!-- A message that appears when the battery level is getting low in a dialog. This is appended to the subtitle of the low battery alert. "percentage" is the percentage of battery remaining [CHAR LIMIT=none]--> Loading packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java +0 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,6 @@ public class PowerNotificationWarnings implements PowerUI.WarningsUI { // override notification copy if hybrid notification enabled if (mEstimate != null) { title = mContext.getString(R.string.battery_low_title_hybrid); contentText = getHybridContentString(percentage); } Loading Loading
packages/SystemUI/res/values/strings.xml +0 −4 Original line number Diff line number Diff line Loading @@ -61,10 +61,6 @@ <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> <string name="battery_low_title">Battery is low</string> <!-- When the battery is low and hybrid notifications are enabled, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]--> <string name="battery_low_title_hybrid">Battery is low. Turn on Battery Saver</string> <!-- A message that appears when the battery level is getting low in a dialog. This is appended to the subtitle of the low battery alert. "percentage" is the percentage of battery remaining [CHAR LIMIT=none]--> Loading
packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java +0 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,6 @@ public class PowerNotificationWarnings implements PowerUI.WarningsUI { // override notification copy if hybrid notification enabled if (mEstimate != null) { title = mContext.getString(R.string.battery_low_title_hybrid); contentText = getHybridContentString(percentage); } Loading