No, your application has to be started by the user, minus receiving the boot completed event..
I am using ICS(4.0.3). In my app I need to know setup wizard completion conformation.
Thanks in advance...
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-platform/-/-EPL1MANSOcJ.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
On first boot/ boot after factory reset, user has to do basic setup (time/date/email account/etc…). This is done by setupwizard.apk
Now, is there any broadcast or any other way to know setupwizard completion.
No, as I said the user has to voluntarily start your app
--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-platform/-/wlZ1MWQXNZQJ.
No, as I said the user has to voluntarily start your app
On Jul 25, 2012 10:28 AM, "Singla Pankaj" <pankajea...@gmail.com> wrote:
On first boot/ boot after factory reset, user has to do basic setup (time/date/email account/etc…). This is done by setupwizard.apk
Now, is there any broadcast or any other way to know setupwizard completion.
On Wednesday, 25 July 2012 19:51:40 UTC+5:30, Endy Silveira wrote:Hello Singla,--
What you want to mean with setup wizard?
Some options that you have is:
- Boot Completed (As Kristopher said);
- Power Connected or Disconnected;
- Package Added (When you install an aplicattion);
The list above I already used... But you can know more abou broadcast receivers in: http://developer.android.com/reference/android/content/Intent.html
If you discover the broadcast that you want to get, the start application part is easy to program...
Hope I was clear hehe
Best regards
Em terça-feira, 24 de julho de 2012 07h49min42s UTC-3, Singla Pankaj escreveu:I am using ICS(4.0.3). In my app I need to know setup wizard completion conformation.
Thanks in advance...
You received this message because you are subscribed to the Google Groups "android-platform" group.
To view this discussion on the web visit https://groups.google.com/d/msg/android-platform/-/wlZ1MWQXNZQJ.
To post to this group, send email to android-platform@googlegroups.com.
To unsubscribe from this group, send email to android-platform+unsubscribe@googlegroups.com.