Oh, and your onApplicationStart() function should not be returning a void data type. Instead, it should be set to return a boolean. If that boolean value is set to false, the application will be instructed to not start, even when the method is fired off.
↧