Home

Awesome

Call Control DataShare

Download

Call Control DataShare is a mechanism which allows other apps to interact with Call Control for Android application. It allows to enable powerful calls/texts blocking possibilities in 3rd party apps without significant effort.

The benefits of this approach:

See Wiki for more details.

Adding to Your Project

To integrate with Call Control you need to install Call Control from Google Play, then in your application's build.gradle add the following dependency:


repositories {
    mavenCentral()
}
    
dependencies {
	...
	implementation 'com.callcontrol:datashare:1.3.0'
	...
}

That's all you need to do to integrate, you can now use all power of Call Control!

Please refer to Wiki and javadoc for more details.

License

Call Control DataShare is released under the MIT license. See LICENSE for details.


Call Control® is a registered trademark of Call Control, LLC