2024-06-21 13:51:43 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" android:installLocation="preferExternal" android:versionCode="1" android:versionName="1.0">
|
|
|
|
|
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true" />
|
|
|
|
|
<application android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="true">
|
|
|
|
|
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:label="@string/app_name">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
|
|
|
|
|
</activity>
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityLoginActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityDialogsActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityGamingServicesFriendFinderActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityAppLinkActivity" android:exported="true" />
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityDeepLinkingActivity" android:exported="true" />
|
|
|
|
|
<activity android:name="com.facebook.unity.FBUnityGameRequestActivity" />
|
|
|
|
|
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="fb875922084374527" />
|
|
|
|
|
<meta-data android:name="com.facebook.sdk.ClientToken" android:value="a118f647a27f07f8c395046d39803d7e" />
|
|
|
|
|
<meta-data android:name="com.facebook.sdk.AutoLogAppEventsEnabled" android:value="true" />
|
|
|
|
|
<meta-data android:name="com.facebook.sdk.AdvertiserIDCollectionEnabled" android:value="true" />
|
|
|
|
|
<provider android:name="com.facebook.FacebookContentProvider" android:authorities="com.facebook.app.FacebookContentProvider875922084374527" android:exported="true" />
|
|
|
|
|
</application>
|
2024-06-12 15:01:54 +08:00
|
|
|
|
</manifest>
|