LauncherManifest.xml 560 B

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>