I have a fullscreen, immersive-sticky activity A, which works fine due to: https://developer.android.com/training/system-ui/immersive.html.
From there I want to take a picture using startActivityForResult()
as in: https://developer.android.com/training/camera/photobasics.html
However, before leaving A into the system camera app, the system bar appears shortly in my app, which is considerably irritating. How can I prevent this?
Best would be to prevent the system bar in the camery app as well, but I think this is futile.