0

I want to pause my apps music when I click my home button. But I can't access my mobile home button onclick event. How can I access androids default home button event when my apps are runing?

Strawberryshrub
  • 3,301
  • 2
  • 11
  • 20

1 Answers1

1

onPause() gets called you press the home button. So you can pause your music there.

nupadhyaya
  • 1,909
  • 1
  • 14
  • 14