Im digging into sources and I am stopped at ``` c...
# android
u
Im digging into sources and I am stopped at
Copy code
class 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...
👍 1
stackoverflow 3