update docs per PR review

This commit is contained in:
Brent Picasso 2018-12-01 12:01:01 -08:00
parent 96bbbebf0b
commit 98c2f36a11

View file

@ -90,7 +90,7 @@ fullscreen = 0
# (int) Android API to use # (int) Android API to use
#android.api = 19 #android.api = 19
# (int) Minimum API required # (int) Minimum API required. You will need to set the android.ndk.api to be as low as this value.
#android.minapi = 9 #android.minapi = 9
# (int) Android SDK version to use # (int) Android SDK version to use
@ -99,7 +99,7 @@ fullscreen = 0
# (str) Android NDK version to use # (str) Android NDK version to use
#android.ndk = 9c #android.ndk = 9c
# (int) Android NDK API to use (optional) # (int) Android NDK API to use (optional). This is the minimum API your API will support.
#android.ndk.api = 19 #android.ndk.api = 19
# (bool) Use --private data storage (True) or --dir public storage (False) # (bool) Use --private data storage (True) or --dir public storage (False)