<?xml version="1.0" encoding="utf-8"?><!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING
WHEN EXPORTING AGAIN-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:tools="http://schemas.android.com/tools"
        package="com.unity3d.player">

        <application>

                <activity
                        android:name="com.unity3d.player.UnityPlayerActivity"
                        android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
                        android:exported="true"
                        android:hardwareAccelerated="false"
                        android:launchMode="singleTask"
                        android:resizeableActivity="false"
                        android:screenOrientation="portrait"
                        android:theme="@style/UnityThemeSelector">
                        <meta-data
                                android:name="unityplayer.UnityActivity"
                                android:value="true" />
                </activity>
                <activity
                        android:name="bee.union.sdk.BeeUnionAppActivity"
                        android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection|density"
                        android:hardwareAccelerated="false" android:launchMode="singleTask"
                        android:resizeableActivity="false"
                        android:screenOrientation="unspecified"
                >
                        <!-- 使用DEMO时打开 BEGIN-->
                        <intent-filter>
                                <action android:name="android.intent.action.MAIN" />
                                <category android:name="android.intent.category.LAUNCHER" />
                        </intent-filter>
                        <!-- 使用DEMO时打开 END-->
                        <meta-data android:name="unityplayer.UnityActivity" android:value="true" />
                </activity>

                <meta-data
                        android:name="unity.splash-mode"
                        android:value="0" />
                <meta-data
                        android:name="unity.splash-enable"
                        android:value="True" />
                <meta-data
                        android:name="unity.allow-resizable-window"
                        android:value="False" />
                <meta-data
                        android:name="notch.config"
                        android:value="portrait|landscape" />
                <meta-data
                        android:name="unity.build-id"
                        android:value="aebf86e9-b10a-43d7-94dd-fd553e366fa1" />
                <meta-data android:name="android.notch_support" android:value="true" />
        </application>

        <uses-feature android:glEsVersion="0x00030000" />
        <uses-feature
                android:name="android.hardware.vulkan.version"
                android:required="false" />

        <uses-permission android:name="android.permission.INTERNET" />

        <uses-feature
                android:name="android.hardware.touchscreen"
                android:required="false" />
        <uses-feature
                android:name="android.hardware.touchscreen.multitouch"
                android:required="false" />
        <uses-feature
                android:name="android.hardware.touchscreen.multitouch.distinct"
                android:required="false" />
</manifest>