How do I open the android market with uri in Android 1.5?
Asked
Active
Viewed 996 times
1 Answers
2
You should send a Intent ACTION_VIEW with the intent data as marketplace URI.
Look at these links, I think this is what you are looking for:
and if you just want to start other app from yours, they look at this.