A library to send properly formed dial intents to various Android phone apps
Find a file
2015-09-05 15:54:18 -04:00
src/main Fixed regression caused by prior commit for number formatting. Switched away from using android.telephony.PhoneNumberUtils to using Google's libphonenumber 2015-09-03 11:42:05 -04:00
.gitignore gitignore 2015-08-23 11:10:23 -04:00
build.gradle Fixed regression caused by prior commit for number formatting. Switched away from using android.telephony.PhoneNumberUtils to using Google's libphonenumber 2015-09-03 11:42:05 -04:00
proguard-rules.pro Initial Commit 2015-08-23 10:30:09 -04:00
README.md Create README.md 2015-09-05 15:54:18 -04:00

AndroidPhoneDialerCompatLibrary

A library to send properly formed dial intents to various Android phone apps.

Any Android phone app that can receive an intent to make a phone call must have declared that intent in its AndroidManifest.xml. Typically the intent is either: android.intent.action.DIAL android.intent.action.CALL

By analyzing the manifests, and sometimes trial and error, you can determine the exact format for sending phone call data to the different apps.

To add additional phone app support to this library, all that is needed is to add an entry into the enumeration in Phone.java with the proper intent data.