Mark v1.8.1版本的 MD5 值为:4cc06d6bdcad9e24fff1a47a057df69a

以下内容为反编译后的 Mark v1.8.1 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.intlime.mark" platformBuildVersionCode="29" platformBuildVersionName="10" android:versionCode="2044" android:versionName="1.8.1" android:compileSdkVersion="29" android:compileSdkVersionCodename="10"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="29" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE" />
    <uses-permission android:name="com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE" />
    <uses-permission android:name="getui.permission.GetuiService.com.intlime.mark" />
    <permission android:name="getui.permission.GetuiService.com.intlime.mark" android:protectionLevel="normal" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <permission android:name="com.intlime.mark.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
    <uses-permission android:name="com.intlime.mark.permission.MIPUSH_RECEIVE" />
    <uses-permission android:name="android.permission.WRITE_SETTINGS" />
    <uses-permission android:name="com.meizu.flyme.push.permission.RECEIVE" />
    <uses-permission android:name="com.meizu.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.intlime.mark.push.permission.MESSAGE" />
    <uses-permission android:name="com.intlime.mark.permission.C2D_MESSAGE" />
    <permission android:name="com.intlime.mark.push.permission.MESSAGE" android:protectionLevel="signature" />
    <permission android:name="com.intlime.mark.permission.C2D_MESSAGE" android:protectionLevel="signature" />
    <permission android:name="com.intlime.mark.permission.PROCESS_PUSH_MSG" android:protectionLevel="signatureOrSystem" />
    <uses-permission android:name="com.intlime.mark.permission.PROCESS_PUSH_MSG" />
    <uses-permission android:name="com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE" />
    <application android:label="Mark" android:icon="@mipmap/ic_launcher" android:name="com.stub.StubApp" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
        <activity android:theme="@style/LaunchTheme" android:name="com.intlime.mark.MainActivity" android:launchMode="singleTop" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|orientation|screenLayout|screenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true">
            <meta-data android:name="flutterEmbedding" android:value="2" />
            <meta-data android:name="io.flutter.app.android.SplashScreenUntilFirstFrame" android:value="true" />
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/DisablePreviewTheme" android:name="com.jarvan.fluwx.wxapi.FluwxWXEntryActivity" android:launchMode="singleTask" />
        <activity-alias android:theme="@style/DisablePreviewTheme" android:name="com.intlime.mark.wxapi.WXEntryActivity" android:exported="true" android:launchMode="singleTop" android:targetActivity="com.jarvan.fluwx.wxapi.FluwxWXEntryActivity">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="sdksample" />
            </intent-filter>
        </activity-alias>
        <activity-alias android:theme="@style/DisablePreviewTheme" android:name="com.intlime.mark.wxapi.WXPayEntryActivity" android:exported="true" android:launchMode="singleInstance" android:targetActivity="com.jarvan.fluwx.wxapi.FluwxWXEntryActivity">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="sdksample" />
            </intent-filter>
        </activity-alias>
        <provider android:name="com.jarvan.fluwx.FluwxFileProvider" android:exported="false" android:authorities="com.intlime.mark.fluwxprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/fluwx_file_provider_paths" />
        </provider>
        <provider android:name="com.zaihui.installplugin.FileProvider" android:exported="false" android:authorities="com.intlime.mark.fileProvider.install" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_install_paths" />
        </provider>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.intlime.mark.fileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:name="com.tencent.tauth.AuthActivity" android:launchMode="singleTask" android:noHistory="true">
            <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="tencent1105041716" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.tencent.connect.common.AssistActivity" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation|screenSize" />
        <provider android:name="io.github.v7lin.tencent_kit.content.TencentKitFileProvider" android:exported="false" android:authorities="com.intlime.mark.content.TencentKitFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/tencent_kit_file_paths" />
        </provider>
        <provider android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider" android:exported="false" android:authorities="com.intlime.mark.flutter.image_provider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/flutter_image_picker_file_paths" />
        </provider>
        <provider android:name="com.zt.shareextend.ShareExtendProvider" android:exported="false" android:authorities="com.intlime.mark.shareextend.fileprovider" android:grantUriPermissions="true" />
        <meta-data android:name="PUSH_APPID" android:value="sp9SYU85sx6sLhYHEvaKG1" />
        <meta-data android:name="PUSH_APPKEY" android:value="WSCH57g12I6ooezeUpQ809" />
        <meta-data android:name="PUSH_APPSECRET" android:value="j9mCjjKURw9pjBNuGhK2F9" />
        <meta-data android:name="MIPUSH_APPID" android:value="XM_2882303761517447954" />
        <meta-data android:name="MIPUSH_APPKEY" android:value="XM_5861744727954" />
        <meta-data android:name="MEIZUPUSH_APPID" android:value="MZ_" />
        <meta-data android:name="MEIZUPUSH_APPKEY" android:value="MZ_" />
        <meta-data android:name="com.huawei.hms.client.appid" android:value="10493328" />
        <meta-data android:name="OPPOPUSH_APPKEY" android:value="OP_3062884" />
        <meta-data android:name="OPPOPUSH_APPSECRET" android:value="OP_96o3Egs1N5s0w00480co8k0o" />
        <meta-data android:name="com.vivo.push.app_id" android:value="100032918" />
        <meta-data android:name="com.vivo.push.api_key" android:value="2.0160509E19" />
        <service android:name="com.getui.getuiflut.FlutterIntentService" android:permission="android.permission.BIND_JOB_SERVICE" />
        <service android:label="PushService" android:name="com.getui.getuiflut.FlutterPushService" android:exported="true" android:process=":pushservice" />
        <service android:label="NotificationCenter" android:name="com.igexin.sdk.PushService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="true" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.igexin.sdk.action.service.message" />
            </intent-filter>
        </service>
        <receiver android:name="com.igexin.sdk.PushReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <action android:name="android.intent.action.USER_PRESENT" />
                <action android:name="com.igexin.sdk.action.refreshls" />
                <action android:name="android.intent.action.MEDIA_MOUNTED" />
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
            </intent-filter>
        </receiver>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.igexin.sdk.PushActivity" android:exported="false" android:process=":pushservice" android:taskAffinity="com.igexin.sdk.PushActivityTask" android:excludeFromRecents="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.igexin.sdk.GActivity" android:exported="true" android:process=":pushservice" android:taskAffinity="com.igexin.sdk.PushActivityTask" android:excludeFromRecents="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.getui.getuiflut.GetuiPluginActivity" android:exported="true" android:process=":pushservice" android:taskAffinity="com.igexin.sdk.PushActivityTask" android:excludeFromRecents="true" />
        <service android:name="com.meizu.cloud.pushsdk.NotificationService" android:exported="true" android:process=":pushservice" />
        <receiver android:name="com.meizu.cloud.pushsdk.SystemReceiver" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.meizu.cloud.pushservice.action.PUSH_SERVICE_START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.igexin.sdk.FlymePushReceiver" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.meizu.flyme.push.intent.MESSAGE" />
                <action android:name="com.meizu.flyme.push.intent.REGISTER.FEEDBACK" />
                <action android:name="com.meizu.flyme.push.intent.UNREGISTER.FEEDBACK" />
                <action android:name="com.meizu.c2dm.intent.REGISTRATION" />
                <action android:name="com.meizu.c2dm.intent.RECEIVE" />
                <category android:name="com.intlime.mark" />
            </intent-filter>
        </receiver>
        <service android:name="com.xiaomi.mipush.sdk.PushMessageHandler" android:enabled="true" android:exported="true" android:process=":pushservice" />
        <service android:name="com.xiaomi.mipush.sdk.MessageHandleService" android:enabled="true" android:process=":pushservice" />
        <receiver android:name="com.igexin.sdk.MiuiPushReceiver" android:exported="true" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.xiaomi.mipush.RECEIVE_MESSAGE" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.xiaomi.mipush.MESSAGE_ARRIVED" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.xiaomi.mipush.ERROR" />
            </intent-filter>
        </receiver>
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.huawei.android.hms.agent.common.HMSAgentActivity" android:exported="false" android:process=":pushservice" android:excludeFromRecents="true" android:configChanges="fontScale|layoutDirection|locale|orientation|screenSize" android:hardwareAccelerated="true">
            <meta-data android:name="hwc-theme" android:value="androidhwext:style/Theme.Emui.Translucent" />
        </activity>
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.huawei.hms.activity.BridgeActivity" android:exported="false" android:process=":pushservice" android:excludeFromRecents="true" android:configChanges="fontScale|layoutDirection|locale|orientation|screenSize" android:hardwareAccelerated="true">
            <meta-data android:name="hwc-theme" android:value="androidhwext:style/Theme.Emui.Translucent" />
        </activity>
        <provider android:name="com.huawei.hms.update.provider.UpdateProvider" android:exported="false" android:process=":pushservice" android:authorities="com.intlime.mark.hms.update.provider" android:grantUriPermissions="true" />
        <receiver android:name="com.igexin.sdk.HmsPushReceiver" android:permission="com.intlime.mark.permission.PROCESS_PUSH_MSG" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.huawei.android.push.intent.REGISTRATION" />
                <action android:name="com.huawei.android.push.intent.RECEIVE" />
                <action android:name="com.huawei.intent.action.PUSH_DELAY_NOTIFY" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.igexin.sdk.HmsPushSubReceiver" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.huawei.android.push.intent.CLICK" />
                <action android:name="com.huawei.intent.action.PUSH_STATE" />
            </intent-filter>
        </receiver>
        <service android:name="com.huawei.hms.support.api.push.service.HmsMsgService" android:enabled="true" android:exported="true" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.huawei.push.msg.NOTIFY_MSG" />
                <action android:name="com.huawei.push.msg.PASSBY_MSG" />
            </intent-filter>
        </service>
        <service android:name="com.igexin.sdk.OppoPushService" android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <service android:name="com.igexin.sdk.OppoAppPushService" android:permission="com.heytap.mcs.permission.SEND_MCS_MESSAGE" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <service android:name="com.vivo.push.sdk.service.CommandClientService" android:exported="true" android:process=":pushservice" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.vivo.push.sdk.LinkProxyClientActivity" android:exported="true" android:process=":pushservice" android:screenOrientation="portrait" />
        <receiver android:name="com.igexin.sdk.VivoPushMessageReceiver" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.vivo.pushclient.action.RECEIVE" />
            </intent-filter>
        </receiver>
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="io.flutter.plugins.urllauncher.WebViewActivity" android:exported="false" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.tencent.bugly.beta.ui.BetaActivity" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
        <provider android:name="com.tencent.bugly.beta.utils.BuglyFileProvider" android:exported="false" android:authorities="com.intlime.mark.fileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <service android:name="com.tencent.bugly.beta.tinker.TinkerResultService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <activity android:theme="@style/SDKTheme" android:name="com.sina.weibo.sdk.web.WebActivity" android:exported="false" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.sina.weibo.sdk.share.ShareTransActivity" android:exported="false" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.sina.weibo.sdk.share.ShareStoryActivity" android:exported="false" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.sina.weibo.sdk.share.ShareResultActivity" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.sina.weibo.sdk.action.ACTION_SDK_REQ_ACTIVITY" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.sina.weibo.sdk.action.ACTION_SDK_REQ_STORY" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
    </application>
</manifest>