Android无法调用后台任务onDestroy

时间:2017-04-02 15:16:47

标签: android background ondestroy

我在我的应用程序中运行此后台任务,但在onDestory上调用它时,它似乎无法正常工作..

public void onDestroy()

{


    BackgroundTask backgroundTaskLogin = new BackgroundTask(MainActivity.this);
    backgroundTaskLogin.execute(task, phone, "Stuff", database);


}

它(应该做的)是访问数据库。

0 个答案:

没有答案