영어에서 An intent 을 사용하는 예와 한국어로 번역
{-}
- 
                        Colloquial
                    
 - 
                        Ecclesiastic
                    
 - 
                        Ecclesiastic
                    
 - 
                        Programming
                    
 - 
                        Computer
                    
 
The structure of an intent URL is as follows.
() methods that determine the best component to respond to an intent.
An intent may also contain"extras" data that the destination activity displays in the UI;
Instead, you can create a  request to view the address using an Intent.
An Intent object can also carry small amounts of data to be used by the activity that is started.
To add menu items based on available activities that accept an intent.
You can specify the action for an intent  with setAction() or with an Intent constructor.
Every Activity is invoked by an Intent, regardless of how the user navigated there.
Example of the selection dialog that appears when more than one app can handle an intent.
List of TV channels that the user has available, and supports an Intent for changing channels for the user.
Sending an intent to the device's contacts application allows you to access the Contacts Provider indirectly.
In addition, the child activity can optionally return an Intent object containing any additional data it wants.
Instead, it sends an intent that starts an  activity, which is often part of the provider's own application.
Print the given intent  specification as an intent: URI.
To show the chooser,create an Intent using createChooser() and pass it to startActivity().
For an  example of using this intent,  see Using an intent to insert an  event.
However, an intent can carry additional information that does not affect how it is resolved to an  app component.
If you want to link to your products from an  Android app, create an Intent that opens a  URL.
For example, here's how to create an intent to initiate a  phone call using the Uri data to specify the telephone number.
By default, the system determines the appropriate MIME type required by an intent based on the Uri data that's included.
To specify accepted intent  data, an intent filter can declare zero or more elements, as shown in the following example.
Your app ask for permissionto perform the task itself or it can use an intent to have another app perform the task.
If the intent  matches an intent filter, the system starts that component and delivers it the Intent  object.
For example, you can add"AaBbCc123" and"aabbcc123" to an intent, but they're considered the same context.
For example, an intent might convey a  request for an  activity to show an  image or to open a  web page.
Instead, you can have the device's contacts app send an intent for inviting the contact to one of your activities.
In a  reply to an intent to package by Martin F. Krafft, Adam Heath revealed future plans for the dpkg-deb utility.
When this message is received, Google Play services broadcasts an intent which contains the text of the message.