tags:

views:

15

answers:

1

Instead of displaying home screen for the first time I want to display my activity for device setup when device_provisioned == 0.

How can I override the code that launches the home screen activity.

Thanks,

Yousuf

A: 

You can't. You will have to wait till the boot complete.

Pentium10