Is it possible for a Python app to run in the background and wait for phonecalls to be made? I want the app to act the moment it notices (how?) a call setup. Is that possible?
Originally posted by bercobeute Is it possible for a Python app to run in the background and wait for phonecalls to be made? I want the app to act the moment it notices (how?) a call setup. Is that possible?
Currently it is not possible to receive notifications for incoming or placed calls (unless the call originated from a Python app).