On Fri, Mar 12, 2010 at 2:44 AM, Sudheendra <[email protected]>wrote:
> basically i want to start Notepad application in android from my > application , > Like Farproc said, use startActivity(), but note that "Notepad application" may not exist, so you probably either a) need to check it exists (using the PackageManager) or b) use a generic intent to start any application to do whatever it is you want to do with the Notepad app. > can i do this in android using runtime.exec() method of > RuntimeClasss and assign it to a process and kill the process later. > No. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

