Coder Social home page Coder Social logo

Comments (5)

shounakmulay avatar shounakmulay commented on June 12, 2024

I don't exactly understand your scenario.
But if you want to listen to incoming sms in the background, you can see the documentation for that.
If you want to just access some sms when app is in background, you can checkout something like work manager and read the sms in background.

from telephony.

skylum1 avatar skylum1 commented on June 12, 2024

I want to read sms when the app is closed (i.e want to run it is as a service )

from telephony.

rushib1 avatar rushib1 commented on June 12, 2024

I had the same issue, Tried the background code. It was not working for me. Then after spending few hours writing plain android code still had the same issue (was working when app is in foreground and background but not when the app was force-closed). Later after trail and error was able to find that my phone's(one plus 8t) battery optimisation was the culprit. So disabling it for the particular app fixed the issue for me. @skylum1

from telephony.

skylum1 avatar skylum1 commented on June 12, 2024

@rushib1 Can you please give more detail on how to detect SMS in background without opening the App ?
The option I believe is running a service

from telephony.

rushim1 avatar rushim1 commented on June 12, 2024

Maybe you have to open it once after installing but later it will work even after the app is killed.

Following this should be enough to get what you want. https://shounakmulay.gitbook.io/telephony/listen-incoming-sms.
This telephony package will do all the platform specific heavy lifting for you so you that you don't have to worry about it.

Some phone will try to optimise battery usage and not send sms events to non-whitelisted packages. In my case I had to disable battery optimization for the sepcific app(every time you reinstall), this link I found on internet will guide you for multiple brands disable battery optimisation

from telephony.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.