Add icons for Bluetooth HID and PAN profiles.

Add icon resources for Bluetooth keyboard/mouse (HID profile)
and reverse tethering (PAN profile).

Bug: 3137982
Change-Id: Id6c4a9f2b4bee2fdf43626592e32070b49e49d73
This commit is contained in:
Jake Hamby
2011-01-19 12:25:46 -08:00
parent 5026550964
commit 8140d9c916
5 changed files with 3 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -630,8 +630,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO:
return 0;
return R.drawable.ic_bt_headphones_a2dp;
}
}
@@ -718,8 +717,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO:
return 0;
return R.drawable.ic_bt_keyboard_hid;
}
}
@@ -807,8 +805,7 @@ abstract class LocalBluetoothProfileManager {
@Override
public int getDrawableResource() {
// TODO: return PAN icon resource ID
return 0;
return R.drawable.ic_bt_network_pan;
}
}
}