mirror of
https://github.com/cwinfo/envayasms.git
synced 2024-11-09 10:20:25 +00:00
cleanup home screen text
This commit is contained in:
parent
ec1dc62631
commit
208945044f
@ -34,7 +34,6 @@ public class Main extends Activity {
|
|||||||
String infoText = new String();
|
String infoText = new String();
|
||||||
|
|
||||||
// Home Screen text
|
// Home Screen text
|
||||||
|
|
||||||
infoText = "All SMS messages";
|
infoText = "All SMS messages";
|
||||||
|
|
||||||
if (this.identifier.trim() != "") {
|
if (this.identifier.trim() != "") {
|
||||||
@ -46,13 +45,13 @@ public class Main extends Activity {
|
|||||||
infoText += "If the response body contains text, it will SMS back to the originating phone.";
|
infoText += "If the response body contains text, it will SMS back to the originating phone.";
|
||||||
|
|
||||||
if (this.polling) {
|
if (this.polling) {
|
||||||
infoText += "<p>The target URL will be polled every 15 minutes</p>";
|
infoText += "<p>The target URL will be polled every 15 minutes (<i>note that polling increases power consumption</i>)</p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
infoText += "<br /><br /><b>Press Menu to set SMS identifier or target URL.</b>";
|
infoText += "<br /><br /><b>Press Menu to set SMS identifier or target URL.</b>";
|
||||||
|
|
||||||
infoText += "<br /><br /><br />Questions/feedback: niryariv@gmail.com";
|
infoText += "<p>Questions/feedback: niryariv@gmail.com</p>";
|
||||||
// /Home Screen text
|
// END Home Screen text
|
||||||
|
|
||||||
TextView info = (TextView) this.findViewById(R.id.info);
|
TextView info = (TextView) this.findViewById(R.id.info);
|
||||||
info.setText(Html.fromHtml(infoText));
|
info.setText(Html.fromHtml(infoText));
|
||||||
|
Loading…
Reference in New Issue
Block a user