'Is there a way to make the Android status bar disappear from Python Kivy?

From buildozer.spec,

fullscreen = 0 , and Android.apptheme = "@android:style/Theme.NoTitleBar.Fullscreen"

also displays a status bar

Is there any other way to make the status bar disappear in Python code or in bulldozer settings?

Help me.....



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source