Handle EXTRA_DOCK_STATE_LE_DESK and HE_DESK.

Bug: 5569662

Change-Id: Ib2a96a27239228123ed53bd0c03ca412bb4357ba
This commit is contained in:
Jeff Brown
2011-11-08 14:21:53 -08:00
parent 2eb32b0077
commit b8dd637887
3 changed files with 12 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ public final class DockEventReceiver extends BroadcastReceiver {
case Intent.EXTRA_DOCK_STATE_UNDOCKED:
case Intent.EXTRA_DOCK_STATE_CAR:
case Intent.EXTRA_DOCK_STATE_DESK:
case Intent.EXTRA_DOCK_STATE_LE_DESK:
case Intent.EXTRA_DOCK_STATE_HE_DESK:
Intent i = new Intent(intent);
i.setClass(context, DockService.class);
beginStartingService(context, i);