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:
@ -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);
|
||||
|
Reference in New Issue
Block a user