# This folder is where you upload the signed release APK that your
# vendor console's "APK Download URL" field points to.
#
# Some Apache setups either block unknown file extensions or serve them
# with the wrong Content-Type, which can stop Android's browser from
# recognizing the download as an installable app. This forces the
# correct type.
AddType application/vnd.android.package-archive .apk

# Don't let people browse and see every APK you've ever uploaded.
Options -Indexes
