android_packages_apps_Launcher icon indicating copy to clipboard operation
android_packages_apps_Launcher copied to clipboard

Launcher crash down everytime when phone switch on

Open skeletonhung opened this issue 13 years ago • 0 comments

Launcher crash down every time when phone switch on. Launcher2 always call onDestroy() when phone is power on and then it runs ok. and so is the ADWLauncher. does someone find this problem????? 从Android官方源码提取出来的Launcher2, 可以成功运行。但是你们有没有发现每次开机的时候,Launcher2都会执行完Activity的生命周期的所有函数。简单地说也就是执行了onDestroy(). 然后再次启动onCreate() 这下就可以成功运行了。

skeletonhung avatar Dec 20 '12 03:12 skeletonhung