[android-developers] AutoInstall apk without prompting package installer to the user

2012-02-22 Thread ashiq sayyad
Hi,

I want to download  install apk without informing to the user.Is it
possible ??

I tried with following code but its showing package installer..

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(apkUri, application/vnd.android.package-
archive);
startActivity(intent);

Regards,
Ashiq

-- 
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] AutoInstall apk without prompting package installer to the user

2012-02-22 Thread TreKing
On Wed, Feb 22, 2012 at 6:24 AM, ashiq sayyad ashiqsay...@gmail.com wrote:

 I want to download  install apk without informing to the user.Is
 it possible ??


No. Not without modifying the firmware, or possibly rooting, I'd guess.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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] AutoInstall apk without prompting package installer to the user

2012-02-22 Thread ashiq sayyad
Thanks for the reply..

On 22 February 2012 19:25, TreKing treking...@gmail.com wrote:

 On Wed, Feb 22, 2012 at 6:24 AM, ashiq sayyad ashiqsay...@gmail.comwrote:

 I want to download  install apk without informing to the user.Is
 it possible ??


 No. Not without modifying the firmware, or possibly rooting, I'd guess.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices


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