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

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 c

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 automat

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