Hello everyone,

I wanted to find out if there is any way for a native applicaion
written in C/C++ can start an android app. From this group I could
find answers to how to run a native app on the Andorid simulator and
also how to start an android app through adb shell (am start -n test/
test.HelloWorld).

Is there any way I can call say a system command in C++ native app and
pass the am command I passed to the adb shell to start the android
HelloWorld app?
Somethin like:

System ("am start -n test/test.HelloWorld");

or any other way.

Thanks
-Anshul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to