• Android: CallListener in Background service?
    1 replies, posted
Hey, I am making app which is supposed to run call listener and record the dialed and received calls on phone even when app is not running (just closed). App runs a service in background, and when call is received or dialed it triggers a function. Any help?
You'll need to subscribe to the matching even for that, there's a permission somewhere and your activity should be started once there's a call. I have no idea about the audio, you may have to set up a proxy for the audio to go through to copy it. There is already a ton of apps that do this for free though.
Sorry, you need to Log In to post a reply to this thread.