Jamshaid Ali
Jamshaid Ali

Reputation: 1

android: launch my app on unlocking the device

i m having a problem in launching my app after unlock.

I am new to android programming. I am building a Face Recognition unlock System for Android. Anyone, tell me any tutorial or any help about launching my app on just unlocking the device. I am unable to get any help from google. So Please, anyone help me as soon as it is possible.

As my Project is Face Recognition Unlock. It means that if a person unlocks the device, it must launch my app for the purpose of face detection. I have done much work of face detection, but cant launch my app on unlock. JnR

Upvotes: 0

Views: 1091

Answers (1)

Muneeb Nasir
Muneeb Nasir

Reputation: 2504

There is an intent ACTION_USER_PRESENT which is broadcasted after user unlocks. here is a LINK

also visit on this thead, look similar to your problem

Upvotes: 1

Related Questions