ursus
12/15/2018, 10:48 PMclass ContextImpl
...
ComponentName cn = ActivityManager.getService().startService(
mMainThread.getApplicationThread(), service, service.resolveTypeIfNeeded(
getContentResolver()), requireForeground,
getOpPackageName(), user.getIdentifier());
when I cannot step into the startService method and getService returns IActivityManager...