hch
2024-08-14 2c8ad576f34fce45ede53e8e85bd92d5dc5cf79b
ChannelDiff/Android/mgxbqy/AndroidManifest.xml
@@ -1,12 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.secondworld.univeralsdk"
    android:installLocation="auto"
    android:versionCode="1"
    android:versionName="1.1.0" >
    <uses-sdk
        android:minSdkVersion="16"
        android:minSdkVersion="19"
        android:targetSdkVersion="22" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
@@ -68,7 +69,8 @@
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:label="@string/app_name"
            android:launchMode="singleTask"
            android:screenOrientation="sensorLandscape" >
            android:screenOrientation="sensorLandscape"
            tools:replace="android:configChanges" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -103,24 +105,6 @@
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@xml/file_paths" />
        </provider>
        <meta-data
            android:name="TrackAppID"
            android:value="34984be594b93353e6fd41d0b4f3b78" />
        <meta-data
            android:name="TrackChannelID"
            android:value="_default_" />
        <!-- 今日头条相关配置 -->
        <meta-data
            android:name="TouTiao_AppName"
            android:value="mhtj_ne" />
        <meta-data
            android:name="TouTiao_AppID"
            android:value="16232" />
        <meta-data
            android:name="TouTiao_Chanel"
            android:value="_default_" />
        <!-- MG SDK 配置  start -->
        <activity
@@ -329,7 +313,13 @@
                <data android:scheme="package" />
            </intent-filter>
        </receiver> <!-- Required SDK核心功能 -->
        </receiver>
        <activity
            android:name="com.secondworld.univeralsdk.RequestPermissionsHelpActivity"
            android:configChanges="keyboardHidden|orientation|screenSize"
            android:theme="@android:style/Theme.NoTitleBar" >
        </activity> <!-- Required SDK核心功能 -->
        <activity
            android:name="cn.jpush.android.ui.PushActivity"
            android:configChanges="orientation|keyboardHidden"