-1

Is there any type of method/class I can utilize to see whether or not a person has logged onto their android device successfully? I want to be able to do this through android studios. Essentially, I want to check when the phone turns on and the user logs on

Ex. When a person types in their password correctly, I want to be able to bring them into my app automatically (example scenario, not what I am trying to do)

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
questions
  • 473
  • 6
  • 19

1 Answers1

3

I think that "A way to get unlock event in android?" this solution works for you.

This solution is a implementation of broadcast receiver in android studio.

When you receive this event, open or close the app accordingly.