I really dont like system bars interfering with app window and I wish every pixel to also recieve AMotionEvent. So I am interested in two modes
AWINDOW_FLAG_*
are not much help.
Thanks
The problem has same answer as the non-ndk pure-java version of the problem. That is, too low targetSdkVersion. setting targetSdkVersion>=24 fixed the problem.