`
abc20899
  • 浏览: 910020 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android中Activity的Intent大全

阅读更多
Xml代码
android.intent.action.ALL_APPS  
android.intent.action.ANSWER  
android.intent.action.ATTACH_DATA  
android.intent.action.BUG_REPORT  
android.intent.action.CALL  
android.intent.action.CALL_BUTTON  
android.intent.action.CHOOSER  
android.intent.action.CREATE_LIVE_FOLDER  
android.intent.action.CREATE_SHORTCUT  
android.intent.action.DELETE  
android.intent.action.DIAL  
android.intent.action.EDIT  
android.intent.action.GET_CONTENT  
android.intent.action.INSERT  
android.intent.action.INSERT_OR_EDIT  
android.intent.action.MAIN  
android.intent.action.MEDIA_SEARCH  
android.intent.action.PICK  
android.intent.action.PICK_ACTIVITY  
android.intent.action.RINGTONE_PICKER  
android.intent.action.RUN  
android.intent.action.SEARCH  
android.intent.action.SEARCH_LONG_PRESS  
android.intent.action.SEND  
android.intent.action.SENDTO  
android.intent.action.SET_WALLPAPER  
android.intent.action.SYNC  
android.intent.action.SYSTEM_TUTORIAL  
android.intent.action.VIEW  
android.intent.action.VOICE_COMMAND  
android.intent.action.WEB_SEARCH  
android.net.wifi.PICK_WIFI_NETWORK  
android.settings.AIRPLANE_MODE_SETTINGS  
android.settings.APN_SETTINGS  
android.settings.APPLICATION_DEVELOPMENT_SETTINGS  
android.settings.APPLICATION_SETTINGS  
android.settings.BLUETOOTH_SETTINGS  
android.settings.DATA_ROAMING_SETTINGS  
android.settings.DATE_SETTINGS  
android.settings.DISPLAY_SETTINGS  
android.settings.INPUT_METHOD_SETTINGS  
android.settings.INTERNAL_STORAGE_SETTINGS  
android.settings.LOCALE_SETTINGS  
android.settings.LOCATION_SOURCE_SETTINGS  
android.settings.MANAGE_APPLICATIONS_SETTINGS  
android.settings.MEMORY_CARD_SETTINGS  
android.settings.NETWORK_OPERATOR_SETTINGS  
android.settings.QUICK_LAUNCH_SETTINGS  
android.settings.SECURITY_SETTINGS  
android.settings.SETTINGS  
android.settings.SOUND_SETTINGS  
android.settings.SYNC_SETTINGS  
android.settings.USER_DICTIONARY_SETTINGS  
android.settings.WIFI_IP_SETTINGS  
android.settings.WIFI_SETTINGS  
android.settings.WIRELESS_SETTINGS  
android.intent.action.ALL_APPS
android.intent.action.ANSWER
android.intent.action.ATTACH_DATA
android.intent.action.BUG_REPORT
android.intent.action.CALL
android.intent.action.CALL_BUTTON
android.intent.action.CHOOSER
android.intent.action.CREATE_LIVE_FOLDER
android.intent.action.CREATE_SHORTCUT
android.intent.action.DELETE
android.intent.action.DIAL
android.intent.action.EDIT
android.intent.action.GET_CONTENT
android.intent.action.INSERT
android.intent.action.INSERT_OR_EDIT
android.intent.action.MAIN
android.intent.action.MEDIA_SEARCH
android.intent.action.PICK
android.intent.action.PICK_ACTIVITY
android.intent.action.RINGTONE_PICKER
android.intent.action.RUN
android.intent.action.SEARCH
android.intent.action.SEARCH_LONG_PRESS
android.intent.action.SEND
android.intent.action.SENDTO
android.intent.action.SET_WALLPAPER
android.intent.action.SYNC
android.intent.action.SYSTEM_TUTORIAL
android.intent.action.VIEW
android.intent.action.VOICE_COMMAND
android.intent.action.WEB_SEARCH
android.net.wifi.PICK_WIFI_NETWORK
android.settings.AIRPLANE_MODE_SETTINGS
android.settings.APN_SETTINGS
android.settings.APPLICATION_DEVELOPMENT_SETTINGS
android.settings.APPLICATION_SETTINGS
android.settings.BLUETOOTH_SETTINGS
android.settings.DATA_ROAMING_SETTINGS
android.settings.DATE_SETTINGS
android.settings.DISPLAY_SETTINGS
android.settings.INPUT_METHOD_SETTINGS
android.settings.INTERNAL_STORAGE_SETTINGS
android.settings.LOCALE_SETTINGS
android.settings.LOCATION_SOURCE_SETTINGS
android.settings.MANAGE_APPLICATIONS_SETTINGS
android.settings.MEMORY_CARD_SETTINGS
android.settings.NETWORK_OPERATOR_SETTINGS
android.settings.QUICK_LAUNCH_SETTINGS
android.settings.SECURITY_SETTINGS
android.settings.SETTINGS
android.settings.SOUND_SETTINGS
android.settings.SYNC_SETTINGS
android.settings.USER_DICTIONARY_SETTINGS
android.settings.WIFI_IP_SETTINGS
android.settings.WIFI_SETTINGS
android.settings.WIRELESS_SETTINGS
Api Level 4 增加的:(SDK 1.6)

Xml代码
android.intent.action.POWER_USAGE_SUMMARY  
android.intent.action.SEND_MULTIPLE  
android.speech.tts.engine.CHECK_TTS_DATA  
android.speech.tts.engine.INSTALL_TTS_DATA  
android.intent.action.POWER_USAGE_SUMMARY
android.intent.action.SEND_MULTIPLE
android.speech.tts.engine.CHECK_TTS_DATA
android.speech.tts.engine.INSTALL_TTS_DATA Api Level 5 增加的:(SDK 2.0)

Xml代码
android.bluetooth.adapter.action.REQUEST_DISCOVERABLE  
android.bluetooth.adapter.action.REQUEST_ENABLE  
android.settings.ACCESSIBILITY_SETTINGS  
android.settings.PRIVACY_SETTINGS  
android.bluetooth.adapter.action.REQUEST_DISCOVERABLE
android.bluetooth.adapter.action.REQUEST_ENABLE
android.settings.ACCESSIBILITY_SETTINGS
android.settings.PRIVACY_SETTINGS Api Level 6 (SDK 2.0.1)、Api Level 7 (SDK 2.1和Api Level 5 (SDK 2.0)一样,没有增加。

Api Level 8 增加的:(SDK 2.2)

Xml代码
android.app.action.ADD_DEVICE_ADMIN  
android.app.action.SET_NEW_PASSWORD  
android.intent.action.MUSIC_PLAYER  
android.search.action.SEARCH_SETTINGS  
android.settings.ADD_ACCOUNT_SETTINGS  
android.settings.DEVICE_INFO_SETTINGS 
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics