How can I bind the implementation of a specific code to call a phone number?
For example, there are attendance systems in which the employee calls his ID and there is an automated response system for him.
I have an attendance manager application, there is no user interface at the beginning, there is a service that works constantly. When registering attendance, the employee must make a phone call to his ID via the usual keypad, the service picks up this call and logs in as soon as this call is made.
Hi How do I intercept incoming calls - I tried few examples here, and it is not working, is it related to the new google policies? (I am using galaxy s7) Thanks
I have an attendance manager application, there is no user interface at the beginning, there is a service that works constantly. When registering attendance, the employee must make a phone call to his ID via the usual keypad, the service picks up this call and logs in as soon as this call is made.
The service is working in the same phone and listening to detect phone calls. If the number of digits of the phone number which was dialed is 5, then it is the employee's ID.