Hey, I am using a SensorManager in my Android application. I understand that I have to dispose it in some way once the application is closed, because otherwise it would continue to listen to changes. So I tried the following:Hey, I am using a SensorManager in my Android a