Re: [android-developers] How will make an application for auto launch on install from market

2011-10-01 Thread TreKing
On Sat, Oct 1, 2011 at 12:26 AM, Dianne Hackborn hack...@android.comwrote: That is used to request an install. Whoops. Meant this one: http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_ADDED An app can't run immediately after install, by design. Prior to 3.1

[android-developers] How will make an application for auto launch on install from market

2011-09-30 Thread jr_hamza
Hi All, I just want to make an security app, which sould scan the device after install the app on the device from market. How will we achieve this without rebooting, or other intents like sms. ? any idea? Thanks in advance :) -- You received this message because you are subscribed to the

Re: [android-developers] How will make an application for auto launch on install from market

2011-09-30 Thread TreKing
On Thu, Sep 29, 2011 at 1:34 AM, jr_hamza jiha...@gmail.com wrote: I just want to make an security app, which sould scan the device after install the app on the device from market. http://developer.android.com/reference/android/content/Intent.html#ACTION_PACKAGE_INSTALL

Re: [android-developers] How will make an application for auto launch on install from market

2011-09-30 Thread Dianne Hackborn
That is used to request an install. An app can't run immediately after install, by design. Prior to 3.1 there were some tricks you could play to make it likely you would get launched soon after an install. As of 3.1 this restriction is strongly enforced. On Fri, Sep 30, 2011 at 5:06 PM,