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:
parent
9848996e07
commit
99431ee74c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue