How can I get the name of caller class when the app goes from activityA to activityB?

28 Views Asked by At

I need a function that gets name of caller Class from current activity. In fact, I want to know, how can I get the name of caller class via getClassLoader function.

By the way, here is my previous question, but I didn't get any acceptable answer. here

0

There are 0 best solutions below