mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
call a script rather than an html file so file doesn't have to be
updated with every release.
This commit is contained in:
parent
d24f9a28f6
commit
4909dde622
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import org.eehouse.android.xw4.jni.XwJNI;
|
|||
|
||||
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 String MSG_SENT = "MSG_SENT";
|
||||
|
|
Loading…
Add table
Reference in a new issue