Android 1.5、1.6
  android.intent.category.ALTERNATIVE
  android.intent.category.BROWSABLE


  android.intent.category.DEFAULT

Set if the activity should be an option for the default action (center press) to perform on a piece of data. Setting this will hide from the user any activities without it set when performing an action on some data. Note that this is normal -not- set in the Intent when initiating an action -- it is for use in intent filters specified in packages.


  android.intent.category.DEVELOPMENT_PREFERENCE
  android.intent.category.EMBED
  android.intent.category.HOME
  android.intent.category.INFO
  android.intent.category.LAUNCHER
  android.intent.category.MONKEY
  android.intent.category.OPENABLE
  android.intent.category.PREFERENCE
  android.intent.category.SELECTED_ALTERNATIVE
  android.intent.category.TAB
  Android 2.0,2.0.1,2.1 新增车座和充电座
  android.intent.category.CAR_DOCK
  android.intent.category.DESK_DOCK
  Android 2.2 新增行车模式
  android.intent.category.CAR_MODE

CATEGORY_DESK_DOCK

An activity to run when device is inserted into a car dock. Used withACTION_MAINto launch an activity. For more information, seeUiModeManager.

android.intent.category.DEVELOPMENT_PREFERENCE

This activity is a development preference panel.

android.intent.category.EMBED

android.intent.category.FRAMEWORK_INSTRUMENTATION_TEST

To be used as code under test for framework instrumentation tests.

android.intent.category.HE_DESK_DOCK

An activity to run when device is inserted into a digital (high end) dock. Used withACTION_MAINto launch an activity. For more information, seeUiModeManager.

更多相关文章

  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. Android和Android(安卓)Linux kernel源码
  2. android 笔记 --- Android中几种图像特效
  3. EditText横屏时,弹出软件盘时不进行全屏
  4. Android(安卓)面试题集(2019-04-04总结)
  5. cocos2dx在Android下如何接入91SDK
  6. Android自动隐藏键盘
  7. Android(安卓)Gradle 学习 一
  8. Android输入法框架系统(下)
  9. Android(安卓)ClassLoader
  10. [Android] 关于系统工具栏和全屏沉浸模式