Android Open Source - SMS keyword SMSTester






Project Summary

SMSTester is a simple Android app that allows a user to create a set of keywords to be sent as SMS messages. When installed on both ends of an SMS conversation, it enables a user to inspect specifics about SMS delivery on their network(s), including message latency..

Web Site / Source Repository

SMSTester is hosted in the following web site
https://github.com/SaferMobile/SMSTester

If you think the Android project SMSTester listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SMSTester.

ItemValue
Java File Count11
Minimum SDK Version6
Activity Count5
Required Permissionsandroid.permission.ACCESS_COARSE_LOCATION
android.permission.INTERNET
android.permission.READ_PHONE_STATE
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\keywords.txt




License

The license information of SMSTester is as follows:

GNU General Public License

Java Source Files

org.safermobile.sms.EditKeywordActivity.java
org.safermobile.sms.LogViewActivity.java
org.safermobile.sms.MainTabActivity.java
org.safermobile.sms.SMSDataReceiver.java
org.safermobile.sms.SMSErrorStatusReceiver.java
org.safermobile.sms.SMSLogger.java
org.safermobile.sms.SMSReceiver.java
org.safermobile.sms.SMSSenderActivity.java
org.safermobile.sms.SMSTesterConstants.java
org.safermobile.sms.SettingsActivity.java
org.safermobile.sms.Utils.java