浏览代码

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

zhaoyang 2 年之前
父节点
当前提交
0b98ca77fb
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      GameClient/Assets/Plugins/Android/AndroidManifest.xml

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

@@ -17,13 +17,12 @@
 	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
     <application
         android:allowBackup="true"
-		android:icon="@mipmap/ic_launcher"
+		android:icon="@drawable/ic_launcher"
 		android:label="万世镜内网">
 		<activity android:name="com.unity3d.player.UnityPlayerActivity"
             android:configChanges="mnc|keyboardHidden|screenSize|orientation|keyboard"
             android:screenOrientation="portrait"
-            android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
-            android:label="@string/app_name">
+            android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
 			<intent-filter>
 				<action android:name="android.intent.action.MAIN" />
 				<category android:name="android.intent.category.LAUNCHER" />