I was wondering the same thing, but you mentioning "navigation" helped me find this:
Context.getResources().getConfiguration().navigation = NAVIGATION_UNDEFINED NAVIGATION_NONAV NAVIGATION_DPAD NAVIGATION_TRACKBALL NAVIGATION_WHEEL Source: http://developer.android.com/reference/android/content/res/Configuration.html I plan to use this to determine if I can use the accuracy of the trackball where MotionEvent.getX()/.getY() can return "fine-grained" results. Or if I need to get more in depth with DPAD movement. Source: http://developer.android.com/reference/android/view/View.html#onTrackballEvent(android.view.MotionEvent) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

