Thursday 8 January 2015

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