On Tue, Nov 25, 2008 at 9:29 AM, joshbeck <[EMAIL PROTECTED]> wrote:

> 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.)


Probably nowhere.  In fact I didn't know about it, and that is a really bad
name to have chosen for a scheme; there probably shouldn't be a scheme at
all. :(


> -What would I use to send the user directly to the system settings.
> (Location and Security)


http://code.google.com/android/reference/android/provider/Settings.html

-- 
Dianne Hackborn
Android framework engineer
[EMAIL PROTECTED]

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
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