colarzy / adw-launcher-android

Automatically exported from code.google.com/p/adw-launcher-android
0 stars 0 forks source link

ADWLauncer calls onStop(),onDestroy() everytime when phone is switch on #398

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ADWLauncher(1478): onCreate()
ADWLauncher(1478): onStart()
ADWLauncher(1478): onResume()
...
...
...
ADWLauncher(1478): onStop()
ADWLauncher(1478): onDestroy()

everytime my phone is switch on .
and so is the Launcher2  ,I extract it from android 4.0 .

thank you.

Original issue reported on code.google.com by skeleton...@gmail.com on 18 Dec 2012 at 4:13