Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

guodong 2 năm trước cách đây
mục cha
commit
97645d5ab2
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      GameClient/Assets/Plugins/Android/AndroidManifest.xml

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

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