Ok, If I create a new intent like this:
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://
search?q=pname:com.android.<MY_PACKAGE_NAME>"));
It launches the market.
A couple of questions:
-Where is this "Market://" uri intent documented? (I can't seem to
find it.)
-What would I use to send the user directly to the system settings.
(Location and Security)
Thanks,
Josh Beck
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---