Intent intent = new Intent(Intent.ACTION_VIEW,
Hardware.Preferences.CONTENT_URI);
startActivity(intent);
when I give the above code to enable the sensors .... they show errors .... @ Hardware.Preferences.CONTENT_URI); ... say create class Hardware ... plz help ... I'm new to android ...
user175829
source
share