hi, i have a quick question about the usage of activitymanager.
i've looked at the source code and read through it and as expectedly, it gave info about how it worked.
however, i am interested in at what place(s) in android OS uses this activity to actually manage activities.
for example,
when an activity starts, android will keep track of activities using the activitymanager's method and i want to find out where that happens.
any help would be greatly appreciated.