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

launching Main activity on boot is no longer necessary

This commit is contained in:
Jesse Young
2011-09-15 18:42:40 -07:00
parent 46710c24a7
commit 60d49414e1
4 changed files with 3 additions and 23 deletions

View File

@ -103,10 +103,6 @@ public final class App extends Application {
return Integer.parseInt(getSettings().getString("outgoing_interval", "0"));
}
public boolean getLaunchOnBoot() {
return getSettings().getBoolean("launch_on_boot", false);
}
public boolean isEnabled()
{
return getSettings().getBoolean("enabled", false);