Update AndroidManifest.xml

This commit is contained in:
Anders Jenbo 2021-11-14 23:39:16 +01:00 committed by Sam Lantinga
parent b9c619017d
commit 93556e67e0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
android:name="android.hardware.microphone"
android:required="false" /> -->
<!-- Allow downloading to external storage -->
<!-- Allow downloading to the external storage on Android 5.1 and older -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="22" />
<!-- Allow access to Bluetooth devices -->
<uses-permission android:name="android.permission.BLUETOOTH" />