Re: [android-developers] Automatically fetch another app from market

2010-12-28 Thread Mark Murphy
http://developer.android.com/guide/publishing/publishing.html#marketintent

On Tue, Dec 28, 2010 at 9:19 PM, Dave  wrote:
> Is it complicated to add this "market intent". I had the app made with a
> wysiwyg editor so I haven't developed the code myself. I'd like to add the
> code to fetch my other app from the market - if they have to physically
> accept the installation then I'll have to live with that.
> Any guidance on the code I should use or advice on where I could find out is
> greatly appreciated
> cheers
> Optom04
>
>
> On Tue, Dec 28, 2010 at 5:09 PM, prateek suhane 
> wrote:
>>
>> can only redirect to market for given application by calling market
>> intent...
>>
>> app can't be install without clicking on install button...
>>
>>
>>
>> On Tue, Dec 28, 2010 at 12:26 PM, optom04  wrote:
>>>
>>> Hi Guys,
>>>
>>> Is there a way for a user to click a link in my app to take them to the
>>> market and automatically install another one of my apps?
>>>
>>> I don't want them to have to do anything once the link has been clicked
>>> if possible - rather I would like the app automatically downloaded to their
>>> handset.
>>>
>>> Any help would be really appreciated
>>> cheers
>>> Optom04
>>>
>>> --
>>> 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
>>> android-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>> --
>> 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
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
> --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 2.2 Programming Books: http://commonsware.com/books

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Automatically fetch another app from market

2010-12-28 Thread Dave
Is it complicated to add this "market intent". I had the app made with a
wysiwyg editor so I haven't developed the code myself. I'd like to add the
code to fetch my other app from the market - if they have to physically
accept the installation then I'll have to live with that.
Any guidance on the code I should use or advice on where I could find out is
greatly appreciated
cheers
Optom04


On Tue, Dec 28, 2010 at 5:09 PM, prateek suhane wrote:

> can only redirect to market for given application by calling market
> intent...
>
> app can't be install without clicking on install button...
>
>
>
>
> On Tue, Dec 28, 2010 at 12:26 PM, optom04  wrote:
>
>> Hi Guys,
>>
>> Is there a way for a user to click a link in my app to take them to the
>> market and automatically install another one of my apps?
>>
>> I don't want them to have to do anything once the link has been clicked if
>> possible - rather I would like the app automatically downloaded to their
>> handset.
>>
>> Any help would be really appreciated
>> cheers
>> Optom04
>>
>> --
>> 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
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>  --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Automatically fetch another app from market

2010-12-28 Thread prateek suhane
can only redirect to market for given application by calling market
intent...

app can't be install without clicking on install button...



On Tue, Dec 28, 2010 at 12:26 PM, optom04  wrote:

> Hi Guys,
>
> Is there a way for a user to click a link in my app to take them to the
> market and automatically install another one of my apps?
>
> I don't want them to have to do anything once the link has been clicked if
> possible - rather I would like the app automatically downloaded to their
> handset.
>
> Any help would be really appreciated
> cheers
> Optom04
>
> --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Automatically fetch another app from market

2010-12-28 Thread Dianne Hackborn
No the user must always be prompted to confirm the app being installed along
with the permissions it requires.

On Mon, Dec 27, 2010 at 10:56 PM, optom04  wrote:

> Hi Guys,
>
> Is there a way for a user to click a link in my app to take them to the
> market and automatically install another one of my apps?
>
> I don't want them to have to do anything once the link has been clicked if
> possible - rather I would like the app automatically downloaded to their
> handset.
>
> Any help would be really appreciated
> cheers
> Optom04
>
> --
> 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
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Automatically fetch another app from market

2010-12-27 Thread optom04
Hi Guys,

Is there a way for a user to click a link in my app to take them to the 
market and automatically install another one of my apps?

I don't want them to have to do anything once the link has been clicked if 
possible - rather I would like the app automatically downloaded to their 
handset.

Any help would be really appreciated
cheers
Optom04

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en