标签: android webview android-lifecycle android-intentservice android-ondestroy
我在WebVew onCreate()中创建了IntentService并跟踪(使用Log.i)它的生命周期直到IntentService的onDestroy()。
WebVew
IntentService
Log.i
我意识到WebView在IntentService被销毁后继续加载。
WebView
有谁能解释一下这里发生了什么?
详细信息:我得出结论是因为我在WebView onPageFinished()中创建了一些重定向逻辑,并且还跟踪了加载。