Android Intent Action Daquan

Source: Internet
Author: User

  1. action_airplane_mode_changed
  2. broadcast Action: The user turns airplane mode on or off. One or more broadcasts are turned on or off. This intent will carry the following added value:
  3. State : A Boolean value that indicates whether flight mode is turned on.  If it is True,cell radio and some other such as Bluetooth, WiFi broadcasting will be turned off.
  4. Note: This is a protected intent that can only be sent by the system.
  5. constant Value: "Android.intent.action.AIRPLANE_MODE"
  6.    
  7. Action_all_apps
  8. Activity Action: Lists all the available apps.
  9. constant Value: "Android.intent.action.ALL_APPS"
  10.    
  11. Action_answer
  12. Activity Action: Processes incoming calls.
  13. constant Value: "Android.intent.action.ANSWER"
  14.    
  15. Action_app_error
  16. Activity Action: The intent that is emitted when the user taps the "Report" button in the Crash/anr dialog box.
  17. constant Value: "Android.intent.action.APP_ERROR"
  18.     
  19. Action_attach_data
  20. used to indicate that some resources should be attached to other places. For example, a picture resource can be attached to a contact.  It is up to the recipient to decide where the resource should be attached, and the intent does not specify the final goal.
  21. Enter: GetData () method to get the URI of the additional resource.
  22. constant Value: "Android.intent.action.ATTACH_DATA"
  23.    
  24. action_battery_changed
  25. Broadcast Action: This is a complex broadcast that contains battery charge status, levels, and other information.
  26. Note: This is a protected intent that can only be sent by the system.
  27. constant Value: "Android.intent.action.BATTERY_CHANGED"
  28.   
  29. Action_battery_low
  30. Broadcast Action: Indicates that the device is low on power.  This broadcast will trigger the "low Battery Warning" System dialog box.
  31. Note: This is a protected intent that can only be sent by the system.
  32. constant Value: "Android.intent.action.BATTERY_LOW"
  33.    
  34. Action_battery_okay
  35. Broadcast Action: Indicates that the battery is recovering from a low power state.  This broadcast will be triggered once the battery is restored from a low power state.
  36. Note: This is a protected intent that can only be sent by the system.
  37. constant Value: "Android.intent.action.BATTERY_OKAY"
  38.   
  39. action_boot_completed
  40. Broadcast Action: The intent is triggered when the system starts. It can be used to perform the initialization work specified by the application, such as initializing the alarm.  You must indicate receive_boot_completed permissions to receive this intent.
  41. Note: This is a protected intent that can only be sent by the system.
  42. constant Value: "Android.intent.action.BOOT_COMPLETED"
  43.   
  44. Action_bug_report
  45. activity Action: Used to display the activity that reported the bug.
  46. constant Value: "Android.intent.action.BUG_REPORT"
  47.    
  48. Action_call
  49. Activity Action: Make a phone call to someone based on the information specified.
  50. Enter: If blank, start an empty dial-up interface, or if not empty, get a phone number or a URI for the phone number by using the GetData () method to dial: The URI is a displayed mobile number.
  51. Note: Apps are subject to some restrictions when initializing a dialing event, and most applications can use Action_call.
  52. Note: This intent cannot be used for emergency call dialing.  However, applications can make emergency call dialing through action_dial.
  53. constant Value: "Android.intent.action.CALL"
  54.   
  55. Action_call_button
  56. Activity Action: The user taps the dial-up button to enter the dial-up interface or other appropriate UI interface that can replace the dial-up interface.
  57. constant Value: "Android.intent.action.CALL_BUTTON"
  58.   
  59. Action_camera_button
  60. Broadcast Action: Click the photo button.  Contains a separate additional field: Extra_key_event, which contains the key event that triggered the broadcast.
  61. constant Value: "Android.intent.action.CAMERA_BUTTON"

Android Intent Action Daquan

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.