User Tools

Site Tools


antispam_integration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
antispam_integration [2014/06/19 20:14]
superdupersms
antispam_integration [2014/06/19 23:07]
superdupersms
Line 18: Line 18:
 <string name="​sdmm_app_id">​sdmm_test_id</​string>​ <string name="​sdmm_app_id">​sdmm_test_id</​string>​
 <string name="​sdmm_package_id">​com.sdmmllc.superdupersmsmanager.sdk</​string>​ <string name="​sdmm_package_id">​com.sdmmllc.superdupersmsmanager.sdk</​string>​
 +
 +<string name="​sdmm_sms_received_class">​com.sdmmllc.superdupersmsmanager.sdk.SMS_RECEIVED_CLASS</​string>​
 +
 +<string name="​sdmm_wap_push_received_class">​com.sdmmllc.superdupersmsmanager.sdk.WAP_PUSH_RECEIVED_CLASS</​string>​
 </​code>​ </​code>​
  
Line 27: Line 31:
  
 Enter your app's "​package name" for //​sdmm_package_id//​. We use this to validate your app's access authority since many developers have lots of apps and **Access Type** may change over the life of the app.  Enter your app's "​package name" for //​sdmm_package_id//​. We use this to validate your app's access authority since many developers have lots of apps and **Access Type** may change over the life of the app. 
 +
 +Your //​SMS_RECEIVED_CLASS//​ should be the class that has the INTENT-FILTER for SMS_RECEIVED and //​WAP_PUSH_RECEIVED_CLASS//​ should be for WAP_PUSH_RECEIVED (if your app captures MMS intents). This should be a fully qualified class name (i.e. com.example.receivers.sms_receiver).
  
 4. Change the //​sdmm_access_type//​ to 2: 4. Change the //​sdmm_access_type//​ to 2:
antispam_integration.txt ยท Last modified: 2015/01/05 02:37 by superdupersms