Browse Source

Update AndroidManifest.xml

Anders Jenbo 3 years ago
parent
commit
93556e67e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android-project/app/src/main/AndroidManifest.xml

+ 1 - 1
android-project/app/src/main/AndroidManifest.xml

@@ -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" />