XRoom_Unity/Assets/Plugins/Android/LauncherManifest.xml
2025-05-31 10:20:20 +03:30

17 lines
571 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="preferExternal">
<supports-screens
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:xlargeScreens="true"
android:anyDensity="true"/>
<application android:label="@string/app_name"
android:usesCleartextTraffic="true"
android:icon="@mipmap/app_icon"/>
</manifest>