4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-07-04 05:57:44 +00:00

add menu with options to test server connection, or edit settings

This commit is contained in:
Jesse Young
2011-09-11 21:21:42 -07:00
parent fc6cda4ea3
commit 8f15a8c8f2
4 changed files with 55 additions and 13 deletions

View File

@ -29,6 +29,7 @@ public class App {
public static final String ACTION_OUTGOING = "outgoing";
public static final String ACTION_INCOMING = "incoming";
public static final String ACTION_SEND_STATUS = "send_status";
public static final String ACTION_TEST = "test";
public static final int STATUS_QUEUED = 1;
public static final int STATUS_FAILED = 2;