call a script rather than an html file so file doesn't have to be

updated with every release.
This commit is contained in:
Eric House 2012-09-24 07:35:14 -07:00
parent d24f9a28f6
commit 4909dde622

View file

@ -53,7 +53,7 @@ import org.eehouse.android.xw4.jni.XwJNI;
public class SMSService extends Service { public class SMSService extends Service {
private static final String INSTALL_URL = "http://eehouse.org/_/aa.htm "; private static final String INSTALL_URL = "http://eehouse.org/_/a.py/a ";
private static final int MAX_SMS_LEN = 140; // ??? differs by network private static final int MAX_SMS_LEN = 140; // ??? differs by network
private static final String MSG_SENT = "MSG_SENT"; private static final String MSG_SENT = "MSG_SENT";