I want to write a program in android will ask for a password when an incoming call is detected. The program will only allow the call to be answered if the password is correct.
How should I implement that?
For example, I found a program that does this: App Lock
...but I have no idea where I should start. Should I write a service?
Thanks and regards.