android开发launcher

时间:2014-06-25 08:05:31   收藏:0   阅读:376

1. launcher是桌面应用程序
在AndroidManifest.xml里面<intent-filter> </intent-filter>添加:
<category android:name="android.intent.category.HOME" />  
<category android:name="android.intent.category.DEFAULT" />
首先将我们的应用程序作为home

可参考:  

http://blog.csdn.net/sljjyy/article/details/11927713

http://blog.csdn.net/android_tutor/article/details/5629337

android开发launcher,布布扣,bubuko.com

原文:http://blog.csdn.net/lixiaopeng23/article/details/34115261

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!