beiguoxia 2 жил өмнө
parent
commit
6b6c2811dc

+ 3 - 1
GameClient/Assets/Plugins/Android/AndroidManifest.xml

@@ -5,7 +5,9 @@
     package="com.unity3d.player"
     package="com.unity3d.player"
     xmlns:tools="http://schemas.android.com/tools"
     xmlns:tools="http://schemas.android.com/tools"
 	android:installLocation="preferExternal">
 	android:installLocation="preferExternal">
-	
+	<!-- 权限组:STORAGE == 读取存储相关的权限申请 -->
+	<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
+	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
     <supports-screens
     <supports-screens
         android:smallScreens="true"
         android:smallScreens="true"
         android:normalScreens="true"
         android:normalScreens="true"