Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for currentProcessName (0.06 sec)

  1. 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)
Back to top