I ran the complete debug variant of the app on Galaxy Z Flip 3 5G (Android 12) and Xiaomi Redmi K40 (Android 12). After walking for a 10 metres or so, TransitionsReceiver.onReceive was called. I assume it was walking activity detected. But intent.getExtras() was null. Hence, ActivityTransitionResult.hasResult(intent) returned false, and no information was printed.
I tried 31 and 32 for targetSdkVersion and compileSdkVersion
What is the issue?