-
public class NewProcess
-
-
Method Summary
Modifier and Type Method Description static voidmain(Array<String> args)static IBindercreateBinder(Context context, ComponentName componentName)static List<String>getPackagesForUid(Context context, int uid)static ContextcreateUIDContext()-
-
Method Detail
-
createBinder
static IBinder createBinder(Context context, ComponentName componentName)
-
getPackagesForUid
static List<String> getPackagesForUid(Context context, int uid)
-
createUIDContext
static Context createUIDContext()
-
-
-
-