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

start alarm to poll for outgoing messages when phone boots; add option to automatically start main activity on boot

This commit is contained in:
Jesse Young
2011-09-12 22:52:45 -07:00
parent 2911111490
commit d29e7b2c58
9 changed files with 45 additions and 12 deletions

View File

@ -236,6 +236,11 @@ public class App {
return Integer.parseInt(settings.getString("outgoing_interval", "0"));
}
public boolean getLaunchOnBoot()
{
return settings.getBoolean("launch_on_boot", true);
}
public String getPassword()
{
return settings.getString("password", "");