Declaring components



  • <activity>elements for activities
  • <service>elements for services
  • <receiver>elements for broadcast receivers
  • <provider>elements for content provider

Declaring component capabilities


  • <intent-filter>

Declaring application requirements


  • <supports-screens>declaring in your manifest exactly which screen sizes your application supports with the<supports-screens>element.
  • <uses-configuration>you should declare it in your manifest with the<uses-configuration>element
  • <uses-feature>so you should declare any features used by your application with the<uses-feature>element.
  • <uses-sdk>you should declare the minimum API Level in which those APIs were introduced

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 自定义带提示的文本输入框
  2. 这 10 行比较字符串相等的代码给我整懵了
  3. Android开发历程(一) hello world
  4. Android(安卓)DataBinding使用详解(一)
  5. Android简单登入注册界面的实现
  6. android initlogo.rle 在32位LCD上显示
  7. XUI 一个简洁而优雅的Android原生UI框架,
  8. android 【点击输入框调出输入法前的】输
  9. audio_route 分析
  10. Android(安卓)audio_policy_configuratio