I’m trying to test some activity code. Ideally, I want to check that the code is heartbeating. I thought to use SetOnActivityHeartbeatListener, but I don’t think I can because ActivityInfo is internal. Did I miss something? Should I be looking to do this in a different way?