Android_n00b wrote: > I would really appreciate a reply from someone at Google if nobody can > answer this. I really need to know this to move ahead with my > project.
You will need to find the answer in the source code somewhere, most likely. Visit http://source.android.com, or perhaps use Google Code Search (specify the package:android option in the search query to constrain the search to Android-related code). Or, look at the source code to ConnectBot, which, as an SSH terminal, has to do some of the same things your app does. Or, type each key, record the results, and use them. This would take very little time for you to do, possibly less than it took you to write this email. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training -- 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

