DEV Community

Jayesh
Jayesh

Posted on

1 1

Listening to incoming/outgoing calls in Oreo+ android devices without implicit broadcast

How do I listen to incoming/outgoing calls particularly these 👇 implicit broadcast android.intent.action.NEW_OUTGOING_CALL android.intent.action.PHONE_STATE In =>Oreo android system, these are not allowed to be consumed in the background even though both of them are allowed(i.e. not in exception broadcasts list)

I've tried:

Registering both of the broadcasts in manifest.xml and


Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❀ or a friendly comment on this post if you found it helpful!

Okay