Methods Summary |
---|
public void | disableCarMode(int flags)Disables the car mode.
|
public void | enableCarMode(int flags)Enables the car mode. Only the system can do this.
|
public int | getCurrentModeType()Return the current running mode.
|
public int | getNightMode()Gets the currently configured night mode. Return 1 for notnight,
2 for night, and 3 for automatic mode switching.
|
public void | setNightMode(int mode)Sets the night mode.
The mode can be one of:
1 - notnight mode
2 - night mode
3 - automatic mode switching
|