android 设置自己的应用程序为Home Screen。


<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>



更多相关文章

  1. android density
  2. android之PopupWindow
  3. android之CheckBox
  4. Android(Java):自定义控件
  5. Android(安卓)闹钟源码
  6. Android(安卓)自定义ViewPager 实现轮播图
  7. 如何开始使用Android应用程序模板
  8. android density
  9. Android中的资源分析

随机推荐

  1. repo用法详解
  2. 【Android译文】Painless Thread
  3. Android高手进阶教程(四)之----Android
  4. 使用WebView中的JavaScript调用Android方
  5. android控件背景色渐变
  6. XmlPullParser类api
  7. 使用远程调试Android设备
  8. instruction-formats.html
  9. [gitbook] Android框架分析系列之Android
  10. Android LinearLayout属性