- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for currentProcessName (0.33 sec)
-
android-test-app/src/main/kotlin/okhttp/android/testapp/TestApplication.kt
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 }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Aug 19 08:10:39 UTC 2025 - 1.3K bytes - Viewed (0)