INNER CODE UNIT · Kotlin
initAppLifecycleListener
Gedsh/InviZible · tordnscrypt/src/main/java/pan/alexander/tordnscrypt/App.kt:129
private fun initAppLifecycleListener() {
ProcessLifecycleOwner.get().lifecycle.addObserver(AppLifecycleListener(this))
}
}