Skip to content

Latest commit

 

History

History
 
 

README.md

CallsAndSMS

In this example

  • Dial the phone number and jump onto the default caller application
  • Call directly from the app
  • Send sms and jump onto the default messaging app
  • Send sms directly from the app
  • Listen for the call state in the background using [TelephonyCallback](https://developer.android.com/reference/android/telephony/TelephonyCallback) API
  • Listen for incoming SMS in the background using [SmsMessage](https://developer.android.com/reference/android/telephony/SmsMessage) API

Reference

License

Copyright 2016 Nishant Srivastava

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.