I have created an Android application. I make it my default Activity
on starting it.
My problem is that if I hard reboot or if the battery goes down, the device shuts down and my device keeps on starting that Activity
and I am stuck into a boot loop.
How can I solve this problem?
Any help appreciated.