VirtualSensor icon indicating copy to clipboard operation
VirtualSensor copied to clipboard

No sensorManager.getSensorList

Open zheking1 opened this issue 5 years ago • 0 comments

I didn't find the hook getsensorlist method

    SensorManager sensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);

    List<Sensor> sensors = sensorManager.getSensorList(Sensor.TYPE_ALL);

zheking1 avatar Jul 06 '20 11:07 zheking1