0 votes

I was using godot-3.2.2 but due to apksigner problem i moved to godot-3.3.2. I have made whole game using godot-3.2.2 in which there is no concept of windowsafearea so there was no need to worry about the cutout notch region of mobile devices.
But now on moving to Godot-3.3.2, i am facing issue regarding notch area of mobile.

Can anyone tell me how to backout changes in godot-3.3.2 source code to make notch functionality similar to godot-3.2.2 ?

Godot version godot-3.3.2
in Engine by (44 points)

I figured it out. I have changed theme in AndroidManifest.xml file to Theme.Black.NoTitleBar.Fullscreen in godot-3.3.2.

android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.