Hi guys,
I've compiled the android sdk from AOSP and now I'm trying to modify the source code to add a function to SensorManager class to call a custom function implemented on SensorHAL.
I've added simply my function on framework/base/core/java/android/hardware/SensorManager.java file and now...