AnderWeb / android_packages_apps_Launcher

Android Launcher (almostNexus mod)
http://forum.xda-developers.com/showthread.php?t=645550
Other
321 stars 151 forks source link

Launcher crash down everytime when phone switch on #76

Open skeletonhung opened 11 years ago

skeletonhung commented 11 years ago

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() 这下就可以成功运行了。