APK逆向工程 - “时光计划录 v20210415” 源代码分析


源码分析说明


当前分析文件:时光计划录 v20210415 -- AndroidManifest.xml

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


<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.ynkj.jdb4c.android" platformBuildVersionCode="20210415" platformBuildVersionName="20210415" android:versionCode="20210415" android:versionName="20210415" android:compileSdkVersion="30" android:compileSdkVersionCodename="11"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.autofocus" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <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" />
    <application android:theme="@style/NightTheme" android:label="@string/app_name" android:icon="@mipmap/logo" android:name="com.stub.StubApp" android:allowBackup="true" android:supportsRtl="true" android:roundIcon="@mipmap/logo" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <activity android:name="com.zhangke.shizhong.page.main.LaunchActivity" />
        <activity android:name="com.zhangke.shizhong.page.main.MainActivity" />
        <activity android:name="com.zhangke.shizhong.page.poster.InputNameActivity" />
        <activity android:name="com.zhangke.shizhong.page.poster.SearchResultActivity" />
        <activity android:name="com.zhangke.shizhong.page.poster.ShowMusicPosterActivity" />
        <activity android:name="com.zhangke.shizhong.page.poster.ShowMoviePosterActivity" />
        <activity android:name="com.zhangke.shizhong.page.poster.ShowMusicAlbumActivity" />
        <activity android:name="com.zhangke.shizhong.page.application.ApplicationStatisticsActivity" />
        <activity android:name="com.zhangke.shizhong.page.application.SearchApplicationActivity" />
        <activity android:name="com.zhangke.shizhong.page.plan.AddPlanActivity" />
        <activity android:name="com.zhangke.shizhong.page.plan.EditPlanActivity" />
        <activity android:name="com.zhangke.shizhong.page.todo.AddTodoActivity" />
        <activity android:name="com.zhangke.shizhong.page.plan.RationPlanDetailActivity" />
        <activity android:name="com.zhangke.shizhong.page.todo.CompletedTodoActivity" />
        <activity android:name="com.zhangke.shizhong.page.plan.ClockPlanDetailActivity" />
        <activity android:name="com.zhangke.shizhong.page.other.WifiInfoActivity" />
        <activity android:name="com.zhangke.shizhong.page.other.QRCodeActivity" />
        <activity android:name="com.zhangke.shizhong.page.other.ShowQRCodeContentActivity" />
        <activity android:name="com.zhangke.shizhong.page.other.AboutActivity" />
        <activity android:name="com.zhangke.shizhong.dialog.SubmitActivity" />
        <service android:name="com.zhangke.shizhong.service.ProcessPlanService" />
        <meta-data android:name="UMENG_APPKEY" android:value="5b62bdeba40fa31bc1000254" />
        <meta-data android:name="UMENG_CHANNEL" android:value="UMENG" />
        <activity android:theme="@style/SplashAppTheme" android:name="com.zhangke.shizhong.activity.SplashActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.zhangke.shizhong.dialog.PrivacyPolicyActivity" android:screenOrientation="fullSensor" />
        <activity android:name="com.zhangke.shizhong.dialog.TermsActivity" android:screenOrientation="fullSensor" />
        <activity android:theme="@style/BaseAppTheme" android:name="com.zhangke.shizhong.activity.DownApkActivity" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/BaseAppTheme" android:name="com.zhangke.shizhong.activity.WebViewActivity" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation|screenSize" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.ynkj.jdb4c.android.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
        </provider>
        <receiver android:name="com.simplepeng.updaterlibrary.DownloadReceiver">
            <intent-filter>
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
            </intent-filter>
        </receiver>
        <provider android:name="com.just.agentweb.AgentWebFileProvider" android:exported="false" android:authorities="com.ynkj.jdb4c.android.AgentWebFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/web_files_public" />
        </provider>
        <activity android:theme="@style/actionActivity" android:name="com.just.agentweb.ActionActivity" android:exported="false" android:launchMode="standard" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <provider android:name="com.download.library.DownloadFileProvider" android:exported="false" android:authorities="com.ynkj.jdb4c.android.DownloadFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/download_files_public" />
        </provider>
    </application>
</manifest>