I try to implement the example code from https://developer.android.com/guide/topics/sensors/sensors_overview.html -> "Monitoring Sensor Events"
I want to write an example app which reads the sensor input from the light-sensor and displays it in a textview.
The activity_main.xml countains a...