d/android: Reduce CPU usage by increasing ALooper_pollAll interval
Modified the android_sensor_thread function to use ALooper_pollAll with a timeout of -1. This change reduces CPU usage by blocking indefinitely until an event occurs, rather than continuously polling.
Edited by Meng Jiao