APP_CMD_WINDOW_RESIZED is not called but native window is resized
问题 I've native app, which is configured to not destroy activity on device orientation change. <activity android:name="android.app.NativeActivity" ... android:configChanges="orientation|screenSize" ... > When the devices orientation changes only following Native life-cycle command is triggered. /** * Command from main thread: the current device configuration has changed. */ APP_CMD_CONFIG_CHANGED In the command handler I can see that the window size has been changed with ANativeWindow_getHeight