移动应用反编译源码文件在线浏览与安全分析


正在查看:MicroG v0.2.24.220220 -- AndroidManifest.xml 的源代码文件

本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="220220001" android:versionName="0.2.24.220220" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="com.mgoogle.android.gms" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
    <permission android:label="@string/perm_c2dm_receive_label" android:name="com.mgoogle.android.c2dm.permission.RECEIVE" android:protectionLevel="normal" android:permissionGroup="android.permission-group.NETWORK" />
    <permission android:label="@string/perm_c2dm_send_label" android:name="com.mgoogle.android.c2dm.permission.SEND" android:protectionLevel="privileged|signature" android:permissionGroup="android.permission-group.NETWORK" />
    <permission android:label="@string/perm_gtalk_svc_label" android:name="com.mgoogle.android.gtalkservice.permission.GTALK_SERVICE" android:protectionLevel="signature" android:permissionGroup="android.permission-group.MESSAGES" />
    <permission-tree android:label="Vanced microG" android:icon="@mipmap/ic_microg_launcher" android:name="com.mgoogle.android.googleapps.permission.GOOGLE_AUTH" />
    <permission android:label="@string/perm_status_broadcast_label" android:name="org.mgoogle.gms.STATUS_BROADCAST" android:protectionLevel="normal" />
    <permission android:label="@string/perm_extended_access_label" android:name="org.mgoogle.gms.EXTENDED_ACCESS" android:protectionLevel="dangerous" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
    <uses-permission android:name="android.permission.USE_CREDENTIALS" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.READ_SYNC_STATS" />
    <uses-permission android:name="com.mgoogle.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.mgoogle.android.c2dm.permission.SEND" />
    <uses-permission android:name="com.mgoogle.android.gtalkservice.permission.GTALK_SERVICE" />
    <uses-permission android:name="org.mgoogle.gms.STATUS_BROADCAST" />
    <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST" />
    <uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
    <queries>
        <intent>
            <action android:name="android.media.browse.MediaBrowserService" />
        </intent>
    </queries>
    <application android:theme="@style/Theme.AppCompat.DayNight" android:label="@string/app_name" android:icon="@mipmap/ic_microg_launcher" android:allowBackup="true" android:fullBackupOnly="true" android:multiArch="true" android:extractNativeLibs="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:forceQueryable="true">
        <library android:name="com.mgoogle.android.gms" />
        <meta-data android:name="fake-signature" android:value="@string/fake_signature" />
        <provider android:name="org.microg.mgms.settings.SettingsProvider" android:exported="false" android:authorities="com.mgoogle.android.gms.microg.settings" />
        <provider android:name="org.microg.gms.gservices.GServicesProvider" android:exported="true" android:authorities="com.mgoogle.android.gsf.gservices" />
        <provider android:name="org.microg.mgms.settings.GoogleSettingsProvider" android:exported="true" android:authorities="com.mgoogle.settings" />
        <provider android:name="org.microg.gms.feeds.SubscribedFeedsProvider" android:readPermission="android.permission.SUBSCRIBED_FEEDS_READ" android:writePermission="android.permission.SUBSCRIBED_FEEDS_WRITE" android:exported="true" android:multiprocess="false" android:authorities="mgooglesubscribedfeeds" />
        <service android:name="org.microg.gms.checkin.CheckinService">
            <intent-filter>
                <action android:name="com.google.android.gms.checkin.BIND_TO_SERVICE" />
            </intent-filter>
        </service>
        <receiver android:name="org.microg.gms.checkin.TriggerReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.AIRPLANE_MODE" />
                <action android:name="android.server.checkin.CHECKIN" />
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
                <action android:name="android.intent.action.PACKAGE_RESTARTED" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.mgoogle.android.c2dm.intent.RECEIVE" />
                <category android:name="android.server.checkin.CHECKIN" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />
                <data android:scheme="android_secret_code" android:host="2432546" />
            </intent-filter>
        </receiver>
        <service android:name="org.microg.gms.gcm.PushRegisterService" android:process=":persistent">
            <intent-filter>
                <action android:name="com.mgoogle.android.c2dm.intent.REGISTER" />
                <action android:name="com.mgoogle.android.c2dm.intent.UNREGISTER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <receiver android:name="org.microg.gms.gcm.PushRegisterReceiver" android:process=":persistent">
            <intent-filter>
                <action android:name="com.mgoogle.iid.TOKEN_REQUEST" />
            </intent-filter>
        </receiver>
        <service android:name="org.microg.gms.gcm.McsService" android:process=":persistent" />
        <receiver android:name="org.microg.gms.gcm.SendReceiver" android:process=":persistent">
            <intent-filter>
                <action android:name="com.google.android.gcm.intent.SEND" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.microg.gms.gcm.ServiceInfoReceiver" android:process=":persistent" />
        <receiver android:name="org.microg.gms.gcm.TriggerReceiver" android:process=":persistent">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.AIRPLANE_MODE" />
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" />
                <action android:name="org.microg.gms.gcm.RECONNECT" />
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
                <action android:name="android.intent.action.PACKAGE_RESTARTED" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.provider.Telephony.SECRET_CODE" />
                <data android:scheme="android_secret_code" android:host="42678278" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.microg.gms.gcm.UnregisterReceiver" android:process=":persistent">
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
                <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
        </receiver>
        <service android:name="org.microg.gms.auth.loginservice.GoogleLoginService">
            <intent-filter>
                <action android:name="android.accounts.AccountAuthenticator" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.mgoogle.android.gsf.action.GET_GLS" />
            </intent-filter>
            <meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/authenticator" />
            <meta-data android:name="android.accounts.AccountAuthenticator.customTokens" android:value="1" />
        </service>
        <activity android:name="org.microg.tools.AccountPickerActivity" android:exported="true" android:process=":ui" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="com.google.android.gms.common.account.CHOOSE_ACCOUNT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/Theme.LoginBlue" android:name="org.microg.gms.auth.login.LoginActivity" android:exported="true" android:process=":ui" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.login.LOGIN" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <service android:name="com.google.android.gms.auth.GetToken" android:exported="true" />
        <activity android:name="com.google.android.gms.auth.TokenActivity" android:exported="true" android:process=":ui" />
        <provider android:name="org.microg.gms.auth.AccountContentProvider" android:exported="true" android:authorities="com.mgoogle.android.gms.auth.accounts" />
        <activity android:name="org.microg.gms.auth.credentials.CredentialPickerActivity" android:process=":ui">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.api.credentials.PICKER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <service android:name="org.microg.gms.auth.credentials.CredentialsService">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.api.credentials.service.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.auth.proxy.AuthProxyService">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.service.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.auth.appcert.AppCertService">
            <intent-filter>
                <action android:name="com.google.android.gms.auth.be.appcert.AppCertService" />
            </intent-filter>
        </service>
        <service android:name="com.google.android.gms.cast.media.CastMediaRouteProviderService">
            <intent-filter>
                <action android:name="android.media.MediaRouteProviderService" />
            </intent-filter>
        </service>
        <activity android:theme="@style/Theme.AppCompat.DayNight" android:label="@string/gms_settings_name" android:icon="@mipmap/ic_microg_launcher" android:name="org.microg.gms.ui.SettingsActivity" android:process=":ui" android:taskAffinity="org.microg.gms.settings" android:roundIcon="@mipmap/ic_microg_launcher">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.APPLICATION_PREFERENCES" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity-alias android:theme="@style/Theme.AppCompat.DayNight" android:label="@string/gms_settings_name" android:icon="@drawable/microg_light_color_24" android:name="org.microg.gms.ui.SettingsActivityLink" android:process=":ui" android:taskAffinity="org.microg.gms.settings" android:targetActivity="org.microg.gms.ui.SettingsActivity">
            <intent-filter>
                <action android:name="com.android.settings.action.EXTRA_SETTINGS" />
            </intent-filter>
            <meta-data android:name="com.android.settings.category" android:value="com.android.settings.category.device" />
            <meta-data android:name="com.android.settings.icon" android:resource="@drawable/microg_light_color_24" />
            <meta-data android:name="com.android.settings.summary" android:resource="@string/gms_settings_summary" />
        </activity-alias>
        <activity-alias android:name="org.microg.gms.ui.SettingsActivityLauncher" android:enabled="false" android:exported="true" android:targetActivity="org.microg.gms.ui.SettingsActivity">
            <intent-filter>
                <category android:name="android.intent.category.LAUNCHER" />
                <action android:name="android.intent.action.MAIN" />
            </intent-filter>
        </activity-alias>
        <provider android:name="org.microg.gms.fonts.FontsProvider" android:exported="true" android:authorities="com.mgoogle.android.gms.fonts" />
        <activity android:label="@string/pref_about_title" android:name="org.microg.gms.ui.AboutFragment$AsActivity" android:process=":ui" android:taskAffinity="org.microg.gms.settings" />
        <activity android:label="@string/gms_settings_name" android:name="org.microg.gms.ui.GoogleMoreFragment$AsActivity" android:process=":ui" android:taskAffinity="org.microg.gms.settings" />
        <activity android:name="org.microg.gms.ui.AccountSettingsActivity" android:process=":ui" android:taskAffinity="org.microg.gms.settings">
            <intent-filter>
                <action android:name="com.google.android.gms.accountsettings.ACCOUNT_PREFERENCES_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.PRIVACY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.SECURITY_SETTINGS" />
                <action android:name="com.google.android.gms.accountsettings.action.VIEW_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <provider android:name="org.microg.gms.phenotype.ConfigurationProvider" android:exported="true" android:authorities="com.mgoogle.android.gms.phenotype" />
        <service android:name="org.microg.gms.phenotype.PhenotypeService">
            <intent-filter>
                <action android:name="com.mgoogle.android.gms.phenotype.service.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.location.GoogleLocationManagerService">
            <intent-filter>
                <action android:name="com.google.android.location.internal.GoogleLocationManagerService.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.location.ReportingAndroidService">
            <intent-filter>
                <action android:name="com.google.android.location.reporting.service.START" />
                <action android:name="com.google.android.gms.location.reporting.service.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.measurement.MeasurementService" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.gms.measurement.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.mdm.NetworkQualityService">
            <intent-filter>
                <action android:name="com.google.android.gms.mdm.services.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.icing.LightweightIndexService">
            <intent-filter>
                <action android:name="com.google.android.gms.icing.LIGHTWEIGHT_INDEX_SERVICE" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.playlog.PlayLogService">
            <intent-filter>
                <action android:name="com.google.android.gms.playlog.service.START" />
            </intent-filter>
        </service>
        <service android:name="com.google.android.gms.gcm.http.GoogleHttpService" android:exported="true" />
        <service android:name="org.microg.gms.clearcut.ClearcutLoggerService">
            <intent-filter>
                <action android:name="com.google.android.gms.clearcut.service.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.auth.SignInService">
            <intent-filter>
                <action android:name="com.google.android.gms.signin.service.START" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.cast.CastDeviceControllerService">
            <intent-filter>
                <action android:name="com.google.android.gms.cast.service.BIND_CAST_DEVICE_CONTROLLER_SERVICE" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.udc.FacsCacheService">
            <intent-filter>
                <action android:name="com.google.android.gms.facs.cache.service.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.usagereporting.UsageReportingService">
            <intent-filter>
                <action android:name="com.google.android.gms.usagereporting.service.START" />
            </intent-filter>
        </service>
        <service android:name="org.microg.gms.DummyService">
            <intent-filter>
                <action android:name="com.google.android.gms.accounts.ACCOUNT_SERVICE" />
                <action android:name="com.google.android.gms.identity.service.BIND" />
                <action android:name="com.google.android.gms.auth.service.START" />
                <action android:name="com.google.android.gms.cast_mirroring.service.START" />
                <action android:name="com.google.android.gms.common.service.START" />
                <action android:name="com.google.android.contextmanager.service.ContextManagerService.START" />
                <action android:name="com.google.android.gms.herrevad.services.LightweightNetworkQualityAndroidService.START" />
                <action android:name="com.google.android.gms.auth.api.credentials.service.START" />
                <action android:name="com.google.android.gms.gass.START" />
                <action android:name="com.google.android.gms.audit.service.START" />
            </intent-filter>
        </service>
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.mgoogle.android.gms.androidx-startup">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
        </provider>
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
    </application>
</manifest>