-
public class ProcessUtils
Created by dyoung on 3/10/17. Internal class used to determine current process state in multi-process setups
-
-
Constructor Summary
Constructors Constructor Description ProcessUtils(Context context)
-
Method Summary
Modifier and Type Method Description String
getProcessName()
String
getPackageName()
int
getPid()
boolean
isMainProcess()
-
-
Constructor Detail
-
ProcessUtils
ProcessUtils(Context context)
-
-
Method Detail
-
getProcessName
String getProcessName()
-
getPackageName
String getPackageName()
-
getPid
int getPid()
-
isMainProcess
boolean isMainProcess()
-
-
-
-