1 Matching Annotations
- Feb 2021
-
developer.android.com developer.android.com
-
Explicit intents specify which application will satisfy the intent, by supplying either the target app's package name or a fully-qualified component class name. You'll typically use an explicit intent to start a component in your own app, because you know the class name of the activity or service you want to start.
-