-6

hello everyone I want to know what happens when we click on app icon of any particular app.How OS launch that app?.Please describe it.

DkThakur
  • 516
  • 2
  • 5
  • 17

1 Answers1

1

When you click on app icon android package manager will check manifest file and find launcher activity which has intent filter for that and will search for action as Main and category as default. When it find that detail it will launch that main activity.

Janardhan R
  • 1,541
  • 12
  • 15