[android-developers] Re: Car dock mode in 4.3

2013-11-22 Thread gjs
Hi, You mean it did launch your app when the device is placed in the car dock before 4.3, but after pressing Home in 4.3 the user no longer somehow later returns to your activity, running in car dock mode ? Perhaps try explaining the old behaviour vs the new behaviour with 4.3 in a lot more

[android-developers] Re: car dock mode

2011-04-28 Thread mort
On 27 Apr., 21:24, Dianne Hackborn hack...@android.com wrote: Um. This API was introduced in Froyo/2.2 (that is API 8). Oops, sorry, mixed up the version numbers... :o ACTION_DOCK_EVENT is about the device being placed in a dock.  Calling that API puts the device in to car mode, but that

[android-developers] Re: car dock mode

2011-04-27 Thread mort
On 27 Mrz., 06:34, Dianne Hackborn hack...@android.com wrote: Better: http://developer.android.com/reference/android/app/UiModeManager.html Sadly, this works only if you only target the about 2% devices with Android 2.3... But the main reason for me to revive this thread: Is it possible to

Re: [android-developers] Re: car dock mode

2011-04-27 Thread Dianne Hackborn
Um. This API was introduced in Froyo/2.2 (that is API 8). Prior to that there was no such formal concept of a car dock mode, thus no API. On Wed, Apr 27, 2011 at 6:42 PM, mort m...@sto-helit.de wrote: On 27 Mrz., 06:34, Dianne Hackborn hack...@android.com wrote: Better:

[android-developers] Re: car dock mode

2011-04-27 Thread mort
Additionally: Is there a way to emulate thedockmodes? I only found some old tools that stopped working since Android 2.2. Little update: I tried to emulate at least the car dock mode with UiModeManager.en-/disableCarMode(). I get the steering wheel in the notification bar and a Config changed

Re: [android-developers] Re: car dock mode

2011-04-27 Thread Dianne Hackborn
ACTION_DOCK_EVENT is about the device being placed in a dock. Calling that API puts the device in to car mode, but that doesn't cause it to be placed in to a dock. On Wed, Apr 27, 2011 at 3:29 PM, mort m...@sto-helit.de wrote: Additionally: Is there a way to emulate thedockmodes? I only found