mercredi 20 mai 2015

Android service to detect if another application is runnung

Is there any action like Intent.ACTION_SCREEN_OFF to track if a specific application launched

if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF)) {
// Do something 
} else if (// application XYZ started) {
// Do something Else 
}

Aucun commentaire:

Enregistrer un commentaire