少年修仙传客户端基础资源
hch
2023-11-29 5600c827a115f2054499c0e1c494e7bb92ea708f
Merge branch 'hygtgame' of http://mobile.secondworld.net.cn:10010/r/snxxz_client into hygtgame
1个文件已修改
2个文件已添加
44 ■■■■■ 已修改文件
Assets/Plugins/Android/AndroidManifest.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/LauncherManifest.xml 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/LauncherManifest.xml.meta 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Plugins/Android/AndroidManifest.xml
@@ -1,5 +1,4 @@
<?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"
    package="com.unity3d.player"
@@ -7,7 +6,7 @@
    <application
    android:allowNativeHeapPointerTagging="false">
        <activity android:name="com.secondworld.sdk.GameActivity"
                  android:theme="@style/UnityThemeSelector" android:exported="true">
                  android:theme="@style/UnityThemeSelector">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
Assets/Plugins/Android/LauncherManifest.xml
New file
@@ -0,0 +1,34 @@
<?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"
    package="com.unity3d.player"
    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:icon="@mipmap/app_icon">
        <activity
            android:name="com.facebook.CustomTabActivity"
            android:exported="false"
            tools:replace="android:exported"
            tools:ignore="AppLinkUrlError">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="@string/fb_login_protocol_scheme"
                    tools:ignore="ManifestResource" />
            </intent-filter>
        </activity>
    </application>
</manifest>
Assets/Plugins/Android/LauncherManifest.xml.meta
New file
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 45769d5ad1abdc345bb3e4c9c3d6e5dc
TextScriptImporter:
  externalObjects: {}
  userData:
  assetBundleName:
  assetBundleVariant: