Sunday 8 May 2016

How to create a SensorManager object to access and view list of Sensors available in the phone ?

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

No comments:

Post a Comment