暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

LauncherManifest.xml.DISABLED 560B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. package="com.unity3d.player"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:installLocation="preferExternal">
  7. <supports-screens
  8. android:smallScreens="true"
  9. android:normalScreens="true"
  10. android:largeScreens="true"
  11. android:xlargeScreens="true"
  12. android:anyDensity="true"/>
  13. <application android:label="@string/app_name"
  14. android:icon="@mipmap/app_icon"/>
  15. </manifest>