How to inform an Activity that another Activity was just started?
- by zouyu9631
I just want to get numbers of times to be used for each Activity.
So the very straightforward method I thought is increasing the count for an Activity when it was started. But how can I get the information?
Thanks for your great help!