If I schedule an AsyncTask and then disable the plugin I scheduled it with will the task still execute? I want to auto-update one of my plugins and disable/enable it without a restart. Any help is appreciated.
As far as I remember, yes, AsyncTasks will run after your plugin is disabled. If this is important in behavior, you should check if the plugin is still enabled when the task completes in the onCompletion method.