spec file: dont use fullscreen by default

Most of the Android apps are not fullscreen, statusbar is visible. Default should follow that rule. Only games/navigations are fullscreen by default. This setting makes new users think Kivy is meant only for games, or p4a cant produce app with normal, statusbar visible UI.
This commit is contained in:
Rafał Kaczor 2017-01-05 13:28:18 +01:00 committed by GitHub
parent 9848996e07
commit 99431ee74c

View file

@ -69,7 +69,7 @@ orientation = landscape
#
# (bool) Indicate if the application should be fullscreen or not
fullscreen = 1
fullscreen = 0
# (list) Permissions
#android.permissions = INTERNET