2

Does WhatsApp broadcast any global intent when it is opened ? If not how do apps like AppLock know when it is opened ?

SBNamikaze
  • 25
  • 5

1 Answers1

0

In Android there's no intent or simple API to detect when another application is launched. On pre-Lollipop devices this solution works:

Android Lock Apps

On Lollipop, you can get foreground app name with new android.app.usage API:

How to get recent tasks on Android "L"?

Community
  • 1
  • 1
Max77
  • 1,466
  • 13
  • 19