I'm developing an app that will need a Terminal emulator to run a CLI program. I already have the CLI program ported, so that's not an issue. I see that Eclair's source code includes development/apps/Term/ src/com/android/term/Term.java, which seems to be exactly what I need. there's also an external app[1] that uses the code, but the developer simply copied it. I would like to know if there's a way to use that code without copying it, so I will benefit to any changes it is done to the original code. of course I searched for Term in the API docs and it's not there (because, I understand, it's an app and not part of the API). so, any suggestions besides 'copy the code over'?
[1] http://code.google.com/p/androidterm/ -- 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

