[android-developers] Car dock mode in 4.3

2013-11-22 Thread chris a.
We created an app for enterprise customer that launches a car mode 
activity when driving. Our customers bought android phones largely for this 
reason... Now, car dock mode no longer launches our app when the home key 
is pressed in 4.3. If this issue is not resolved, they may not buy new 
android phones and our company may abandon Android as well.. 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[android-developers] car dock mode

2011-03-26 Thread Hendrik Greving
Hi is there a broadcast even when entering/leaving car dock mode? Actually, 
finding these kind of events is a little cumbersome in the otherwise excellent 
documentation... - Thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] car dock mode

2011-03-26 Thread TreKing
On Sat, Mar 26, 2011 at 8:29 PM, Hendrik Greving fourhend...@gmail.comwrote:

 Hi is there a broadcast even when entering/leaving car dock mode?


Apparently.


 Actually, finding these kind of events is a little cumbersome in the
 otherwise excellent documentation.


Step 1 - Go to Intent class definition:
http://developer.android.com/reference/android/content/Intent.htmlhttp://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT

Step 2 - Search the page for a key word you're looking for, like dock.
This leads to this:
http://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] car dock mode

2011-03-26 Thread fourhend...@gmail.com
Ah ok, thanks.
On Mar 26, 2011 6:57 PM, TreKing treking...@gmail.com wrote:
 On Sat, Mar 26, 2011 at 8:29 PM, Hendrik Greving fourhend...@gmail.com
wrote:

 Hi is there a broadcast even when entering/leaving car dock mode?


 Apparently.


 Actually, finding these kind of events is a little cumbersome in the
 otherwise excellent documentation.


 Step 1 - Go to Intent class definition:
 http://developer.android.com/reference/android/content/Intent.html
http://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT


 Step 2 - Search the page for a key word you're looking for, like dock.
 This leads to this:

http://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT


-
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] car dock mode

2011-03-26 Thread Dianne Hackborn
Better:

http://developer.android.com/reference/android/app/UiModeManager.html

On Sat, Mar 26, 2011 at 8:21 PM, fourhend...@gmail.com 
fourhend...@gmail.com wrote:

 Ah ok, thanks.
 On Mar 26, 2011 6:57 PM, TreKing treking...@gmail.com wrote:
  On Sat, Mar 26, 2011 at 8:29 PM, Hendrik Greving fourhend...@gmail.com
 wrote:
 
  Hi is there a broadcast even when entering/leaving car dock mode?
 
 
  Apparently.
 
 
  Actually, finding these kind of events is a little cumbersome in the
  otherwise excellent documentation.
 
 
  Step 1 - Go to Intent class definition:
  http://developer.android.com/reference/android/content/Intent.html
 http://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT
 

 
  Step 2 - Search the page for a key word you're looking for, like dock.
  This leads to this:
 
 http://developer.android.com/reference/android/content/Intent.html#ACTION_DOCK_EVENT
 
 
 -
  TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago

  transit tracking app for Android-powered devices
 
  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en