特牛网址导航

sensor使用的一些理解-CSDN博客

网友收藏
文章浏览阅读4.5k次。如果想要调用系统的sensor,那就得用到系统自带的sensorservice。一般的调用方法是.先开启服务:mSensorManager = (SensorManager)context.getSystemService(Context.SENSOR_SERVICE); mSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_LIGHT);//这个是light sensor的实例然后