i want to get full screen kivy android app .
i have added in build method in
kivy.app class
please tell me how to solve?
from jnius import autoclass, cast, JavaException
Window=autoclass('android.view.Window')
WindowManagerNLayoutParams= autoclass('android.view.WindowManager$LayoutParams')
mActivity.requestWindowFeature(Window.FEATURE_NO_TITLE)
mActivity.getWindow().setFlags(WindowManagerNLayoutParams.FLAG_FULLSCREEN, WindowManagerNLayoutParams.FLAG_FULLSCREEN)
error
File "jnius/jnius_export_class.pxi", line 769, in jnius.jnius.JavaMethod.__call__
05-30 21:16:28.559 16742 16742 I python : File "jnius/jnius_export_class.pxi", line 863, in jnius.jnius.JavaMethod.call_method
05-30 21:16:28.560 16742 16742 I python : File "jnius/jnius_utils.pxi", line 91, in jnius.jnius.check_exception
05-30 21:16:28.562 16742 16742 I python : jnius.jnius.JavaException: JVM exception occurred: requestFeature() must be called before adding content
05-30 21:16:28.570 16742 16849 I python : [INFO ] [GL ] NPOT texture support is available
05-30 21:16:28.571 16742 16742 I python : can write