How to verify if the phone is docked?

872 views Asked by At

I'm looking for a way to verify if the phone is docked (car dock, desk dock) on Android 1.6 (API 4). I know that there is a broadcast receiver android.intent.action.DOCK_EVENT, but only for API 5.

1

There are 1 answers

2
CommonsWare On BEST ANSWER

There was no concept of a dock in API level 4. Hence, there is no way to determine if a device is docked in API level 4.