Code Monkey home page Code Monkey logo

adarshmaurya / smscall Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 1.51 MB

It is an android application which detects incoming call started, incoming call answered, incoming call ended Out going call started, Out going call, Out going call ended, missed call, sms received and sms sent. In this app if there is a miss call from a specific number, an sms with some message is send to the a number.

License: The Unlicense

Java 100.00%
android telephony call sms sms-notifications sms-manager softhinkers

smscall's Introduction

SmsCall

It is an android application which listens for the below events:

  • Incoming call started
  • Incoming call answered
  • Incoming call ended
  • Out going call started
  • Out going call
  • Out going call ended
  • Missed call
  • Sms received
  • Sms sent.

CallSmsService extends InfiniteService which listens for the above cases which you can overide very easily.

After the installation, there is a service which runs at the background checking for above events.

As an example we have shown here that if there is a miss call from a specific number i.e "check_for_number", then a sms with some message i.e "send_message" would be send to "send_sms_to_contact".

Please make sure you have changed the below values for "check_for_number", "send_message", "send_sms_to_contact":

<resources>
    <string name="check_for_number">999999998</string>
    <string name="send_sms_to_contact">999999999</string>
    <string name="send_message">"Missed call from "</string>
</resources>

Snapshot below:

smscall's People

Contributors

adarshmaurya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.