Computer Science, asked by harleeyqueen69, 2 months ago

Which components can you specify in an intent filter?

Answers

Answered by deep200593
1

Answer:

You can set the component name with setComponent() , setClass() , setClassName() , or with the Intent constructor. A string that specifies the generic action to perform (such as view or pick). In the case of a broadcast intent, this is the action that took place and is being reported.

Hope it is clear....

Please mark it as the brainliest

PLEASE

Answered by Anonymous
0

Answer:

An Intent is a messaging object you can use to request an action from another app component. Although intents facilitate communication between components in several ways, there are three fundamental use cases:

Explanation:

Similar questions