[android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
I will try the first option, but still why it doesn't work from all browsers ? On Sep 27, 2:22 pm, Mark Murphy wrote: > On Tue, Sep 27, 2011 at 3:21 AM, Mark Cz wrote: > > I downloaded your demo, and I am sorry, > > > > >         > >         > >         > >         >              android:scheme

Re: [android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 3:21 AM, Mark Cz wrote: > I downloaded your demo, and I am sorry, > > >         >         >         >                      android:scheme="http" /> > > > has no precedence over any other of my browsers.. so I have a dialog > "Complete action using..." That's odd -- that

[android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
Hi, I downloaded your demo, and I am sorry, has no precedence over any other of my browsers.. so I have a dialog "Complete action using..." On the other hand works great, and opens the sample application, but as I said bef

[android-developers] Re: Opening an Application from a URL Link

2011-09-27 Thread Mark Cz
Hi, I downloaded your demo, and I am sorry, has no precedence over any other of my browsers.. so I have a dialog "Complete action using..." On the other hand works great, and opens the sample application, but as I said be

Re: [android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread Mark Murphy
On Mon, Sep 26, 2011 at 2:48 PM, Mark Cz wrote: > As far as I know, a link with a URL of my control can be opened by any > browser, or by my application. No. If the element specifies a URL, that application will take precedence over anything specifying only a scheme. > In the first time my app

Re: [android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread TreKing
On Mon, Sep 26, 2011 at 1:48 PM, Mark Cz wrote: > I still don't understand why it works from some browsers, and doesn't from > others. > Is "open Android app" a standard action for a web link ? Is "MyIntent" a valid value for the "href" parameter ? I'm asking. -

[android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread Mark Cz
The link will be shown only in android, and only if the user has my app. The problem with your approach is that a chooser dialog will be poped. While in the first version my application will be called directly ( when it works). As far as I know, a link with a URL of my control can be opened by an

Re: [android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread Mark Murphy
On Mon, Sep 26, 2011 at 1:23 PM, Mark Cz wrote: > The link will be shown only in android, and only if the user has my > app. OK. > The problem with your approach is that a chooser dialog will be > poped. No, it will not. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.co

[android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread Mark Cz
On Sep 26, 7:40 pm, Mark Murphy wrote: > Add an for ACTION_VIEW, CATEGORY_BROWSEABLE, and a > element for a URL under your control. As a benefit, you can put > a Web page at that URL for everybody who encounters your link and > doesn't have the app installed, or isn't using an Android device.

[android-developers] Re: Opening an Application from a URL Link

2011-09-26 Thread Mark Cz
The link will be shown only in android, and only if the user has my app. The problem with your approach is that a chooser dialog will be poped. While in the first version my application will be called directly ( when it works) On Sep 26, 7:40 pm, Mark Murphy wrote: > Add an for ACTION_VIEW, CA