LauncherManifest.xml 527 B

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