Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的一个应用程序中使用 Shake Listener。现在我想知道是否有任何方法可以从我的应用程序中停止摇动侦听器,即我想在按钮单击时停止感应器。任何人都可以提出任何有用的方法来阻止它
你可以这样尝试:
sensorManager = (SensorManager) getSystemService(SENSOR_SERVICE); sensorManager.unregisterListener(this);