- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isSecondaryProcess (0.31 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android-test-app/src/main/kotlin/okhttp/android/testapp/TestApplication.kt
import android.os.Build import okhttp3.OkHttp class TestApplication : Application() { override fun onCreate() { super.onCreate() if (isSecondaryProcess()) { OkHttp.initialize(applicationContext) } } private fun isSecondaryProcess(): Boolean = getProcess() != packageName @SuppressLint("DiscouragedPrivateApi") private fun getProcess(): String? =
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Aug 19 08:10:39 GMT 2025 - 1.3K bytes - Click Count (0)