Javadoc fix.

Change-Id: I8f5acb2f824ff0e94755a9c482286b119d124734
This commit is contained in:
Daniel Sandler
2010-03-11 15:19:53 -05:00
parent feec868c99
commit b999abc359

View File

@@ -71,9 +71,9 @@ public class UiModeManager {
public static String ACTION_ENTER_DESK_MODE = "android.app.action.ENTER_DESK_MODE";
/**
* Broadcast sent when the device's UI has switch away from car mode back
* to normal mode. Typically used by a car mode app, to dismiss itself
* when the user exits car mode.
* Broadcast sent when the device's UI has switched away from desk mode back
* to normal mode. Typically used by a desk mode app, to dismiss itself
* when the user exits desk mode.
*/
public static String ACTION_EXIT_DESK_MODE = "android.app.action.EXIT_DESK_MODE";