- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ActivityThread (0.32 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
@SuppressLint("DiscouragedPrivateApi") private fun getProcess(): String? = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { getProcessName() } else { Class .forName("android.app.ActivityThread") .getDeclaredMethod("currentProcessName") .apply { isAccessible = true } .invoke(null) as String }Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Aug 19 08:10:39 GMT 2025 - 1.3K bytes - Click Count (0)