Save WebSMS

de.ub0r.android.callmeter.SAVE_WEBSMS

Send the URI of a sent text message as broadcast to notify Call Meter 3G that the message was sent with the given WebSMS Connector.

Example intent filter

<receiver ...>
    <intent-filter>
        <action android:name="de.ub0r.android.callmeter.SAVE_WEBSMS" />
        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>
</receiver>
            

Apps Providing an Implementation

Search on Github

Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)

For Specification Writers

Edit on Github