Is it possible to avoid using ALooper in NativeActivity?
I'm writing a native activity without app glue and I want to skip the ALooper thing, I can implement something like that, that is more specific for my case, but it is important for me to not loose any functionality like: Motion, Input, Sensor, ... .
As far as I can see this ALooper thing can be easily removed, but I'm not completely sure about it, specially for future needs.