690691692693694695696697698699700701
} else if (text.equals(Contents.optionsChoices[5])) //accept incoming sms { internal_state = ONLINE; PushThread pt = new PushThread(this); pt.start(); getGuiOnlineMenu(); //SI LEVA?? } else if (text.equals(Contents.optionsChoices[6])) {
221122122213221422152216221722182219222022212222
// PushProcessor for each one. String[] connections = PushRegistry.listConnections(true); if (connections != null && connections.length > 0) { PushThread pp = new PushThread(connections[0], this); pp.start(); return (true); } return (false); }