0
我終止了我在我的應用程序中所做的服務,並且它正在用START_REDELIVER_INTENT
標誌getApplication()
標誌重新啓動時返回null
。
我把它像這樣(服務類)getApplication()在被殺死的服務中返回null
@Override
public void onCreate(){
this.wifiApp = (WifiApplication) getApplication();
}