1

How do I open the android market with uri in Android 1.5?

Blake
  • 307
  • 1
  • 5
  • 12

1 Answers1

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:

First link

Second link

and if you just want to start other app from yours, they look at this.

halfer
  • 19,824
  • 17
  • 99
  • 186
N-JOY
  • 10,344
  • 7
  • 51
  • 69