Loading res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1737,7 +1737,7 @@ found in the list of installed applications.</string> <!-- Description for wifi connectivity --> <string name="battery_desc_wifi">Battery used by Wi-Fi</string> <!-- Suggestion for wifi connectivity power drain --> <string name="battery_sugg_wifi">Turn off WiFi when not using it or where it is not available</string> <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string> <!-- Description for bluetooth power consumption detail --> <string name="battery_desc_bluetooth">Battery used by bluetooth</string> Loading src/com/android/settings/fuelgauge/PowerUsageSummary.java +1 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ public class PowerUsageSummary extends PreferenceActivity implements Runnable { btPower += (btPingCount * mPowerProfile.getAveragePower(PowerProfile.POWER_BLUETOOTH_AT_CMD)) / 1000; addEntry(getString(R.string.power_bluetooth), DrainType.IDLE, btOnTimeMs, addEntry(getString(R.string.power_bluetooth), DrainType.BLUETOOTH, btOnTimeMs, com.android.internal.R.drawable.ic_volume_bluetooth_in_call, btPower); } Loading Loading
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -1737,7 +1737,7 @@ found in the list of installed applications.</string> <!-- Description for wifi connectivity --> <string name="battery_desc_wifi">Battery used by Wi-Fi</string> <!-- Suggestion for wifi connectivity power drain --> <string name="battery_sugg_wifi">Turn off WiFi when not using it or where it is not available</string> <string name="battery_sugg_wifi">Turn off Wi-Fi when not using it or where it is not available</string> <!-- Description for bluetooth power consumption detail --> <string name="battery_desc_bluetooth">Battery used by bluetooth</string> Loading
src/com/android/settings/fuelgauge/PowerUsageSummary.java +1 −1 Original line number Diff line number Diff line Loading @@ -463,7 +463,7 @@ public class PowerUsageSummary extends PreferenceActivity implements Runnable { btPower += (btPingCount * mPowerProfile.getAveragePower(PowerProfile.POWER_BLUETOOTH_AT_CMD)) / 1000; addEntry(getString(R.string.power_bluetooth), DrainType.IDLE, btOnTimeMs, addEntry(getString(R.string.power_bluetooth), DrainType.BLUETOOTH, btOnTimeMs, com.android.internal.R.drawable.ic_volume_bluetooth_in_call, btPower); } Loading