I am using a NativeActivity with the style @android:style/Theme.DeviceDefault.NoActionBar.FullScreen. However, the Activity expanded behind the system navigation bar, which is not what I want.
(Black region on the left is due to device cutout, which is what I intended)
I tried to search about this topic and couldn't find posts addressing this problem. Any help would be appreciated.

