Hello,
Depending on what you want to run from the command line, you might
want to think about trying
Runtime.getRuntime().exec()
e.g.
Runtime.getRuntime().exec("top -t -n 1")
Alex Donnini
On Jan 6, 8:01 am, Mark Murphy <[email protected]> wrote:
> Asif k wrote:
> > Can you lpease tell me what is the use of
> > android.content.Intent.ACTION_RUN intent???
>
> I do not believe it is presently in use in Android, except perhaps as
> part of a test harness.
>
> > can we run any other application using it??
>
> Not that I am aware of.
>
> To start another application, you need a Uri to something it can handle
> (e.g., ACTION_VIEW on a contact Uri to view the contact, ACTION_EDIT on
> a contact Uri to edit the contact).
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 1.9 Published!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---