Back to project page smsportal-app.
The source code is released under:
MIT License
If you think the Android project smsportal-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.sms; public class Defaults { public static final String URL = "http://sms.nicolas.kwyk.fr/"; public static final String PENDING_URL = URL + "pending/"; public static final String RECEIVED_URL = URL + "received/"; }