Link to bluetooth settings.

WiFi -> Wi-Fi
This commit is contained in:
Amith Yamasani
2009-07-22 16:19:18 -07:00
parent 86637edfa2
commit c25f8955be
2 changed files with 2 additions and 2 deletions

View File

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