Hi Mike,Yes, moving the call to onResume is the correct way to fix the issue. For anything that extends Activity, you should be using the onResume() to call Config.collectLifecycleData() and onPause() to call Config.pauseCollectingLifecycleData().You can always find more documentation on this here,...