Browse Source

kivy: private_storage

master
ThomasV 10 years ago
parent
commit
bb80e330ff
  1. 2
      gui/kivy/tools/buildozer.spec

2
gui/kivy/tools/buildozer.spec

@ -69,7 +69,7 @@ android.permissions = INTERNET, WRITE_EXTERNAL_STORAGE, READ_EXTERNAL_STORAGE, C
#android.ndk = 9 #android.ndk = 9
# (bool) Use --private data storage (True) or --dir public storage (False) # (bool) Use --private data storage (True) or --dir public storage (False)
android.private_storage = False android.private_storage = True
# (str) Android NDK directory (if empty, it will be automatically downloaded.) # (str) Android NDK directory (if empty, it will be automatically downloaded.)
#android.ndk_path = #android.ndk_path =

Loading…
Cancel
Save