Tag: Explicit

Explicit Intents in Android: Part 1

Manifest File Inside our manifest file, we have defined two activities: Activity A and Activity B. Activity A is set as the entry point of the application, specified by the intent filter with the action “action.main” and category “category.launcher”. Activity B is ...