apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="20000036" android:versionName="2.0.36" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="com.ganjing.world" platformBuildVersionCode="34" platformBuildVersionName="14"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.MANAGE_DOCUMENTS" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-feature android:name="android.hardware.camera.any" android:required="false" />
<queries>
<intent>
<action android:name="androidx.camera.extensions.action.VENDOR_ACTION" />
</intent>
<package android:name="com.google.android.gms.policy_cast_dynamite" />
<package android:name="com.facebook.katana" />
<package android:name="com.google.android.apps.tv.launcherx" />
<package android:name="com.google.android.tvlauncher" />
<package android:name="com.google.android.tvrecommendations" />
<intent>
<action android:name="com.android.vending.billing.InAppBillingService.BIND" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<intent>
<action android:name="android.intent.action.INSERT" />
<data android:mimeType="vnd.android.cursor.dir/event" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="sms" />
</intent>
<intent>
<action android:name="android.intent.action.DIAL" />
<data android:path="tel:" />
</intent>
<package android:name="androidx.test.orchestrator" />
<package android:name="androidx.test.services" />
<package android:name="com.google.android.apps.common.testing.services" />
</queries>
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<uses-feature android:name="android.software.leanback" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_TOPICS" />
<permission android:name="com.ganjing.world.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="com.ganjing.world.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
<application android:theme="@style/Theme.GJW" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.ganjing.world.presentation.MainApplication" android:testOnly="false" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:fullBackupContent="false" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:dataExtractionRules="@xml/data_extraction_rules">
<profileable android:shell="true" />
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />
<meta-data android:name="com.facebook.sdk.ClientToken" android:value="@string/facebook_client_token" />
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_notification_small" />
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/purple_200" />
<meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
<meta-data android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME" android:value="com.ganjing.world.presentation.cast.CastOptionsProvider" />
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.ganjing.world.provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/providers_paths" />
</provider>
<provider android:name="com.facebook.FacebookContentProvider" android:exported="true" android:authorities="com.facebook.app.FacebookContentProvider306462421568113" />
<activity android:theme="@style/Theme.App.Starting" android:name="com.ganjing.world.presentation.MainActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:supportsPictureInPicture="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<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="@string/fb_login_protocol_scheme" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="gjw" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathAdvancedPattern="/*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathAdvancedPattern="/[a-z]{2}-[A-Z]{2}/*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/following" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/following/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/history" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/watch-history" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/library" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/video/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/shorts/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/live/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/news/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/news" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/article/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/channel/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/topic/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/hashtag/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/s/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/election/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/tag/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/post/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/wiki/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/pedia/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/pedia" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/category/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/collection/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/playlist/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/pages/category/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/gjwplus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/plus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/gjwplus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/plus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/gjwplus/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/plus/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/headline/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/newsletter" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/events" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/connect" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/ganjingcampus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/gjc" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/video/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/shorts/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/live/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/news/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/news" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/article/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/channel/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/topic/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/hashtag/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/s/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/election/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/tag/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/post/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/wiki/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/pedia/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/pedia" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/category/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/pages/category/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/plus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/gjwplus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/gjwplus/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/plus/.*" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/newsletter" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/events" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/ganjingcampus" />
<data android:scheme="https" android:host="www.ganjingworld.com" android:pathPattern="/.*/gjc" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathAdvancedPattern="/*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathAdvancedPattern="/[a-z]{2}-[A-Z]{2}/*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/following" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/following/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/history" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/watch-history" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/library" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/video/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/shorts/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/live/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/news/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/news" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/article/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/channel/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/topic/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/hashtag/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/s/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/election/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/tag/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/post/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/wiki/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/pedia/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/pedia" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/category/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/collection/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/playlist/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/pages/category/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/gjwplus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/plus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/gjwplus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/plus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/gjwplus/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/plus/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/headline/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/newsletter" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/ganjingcampus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/gjc" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/video/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/shorts/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/live/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/news/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/news" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/article/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/channel/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/topic/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/hashtag/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/s/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/election/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/tag/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/post/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/wiki/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/pedia/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/pedia" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/category/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/pages/category/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/plus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/gjwplus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/gjwplus/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/plus/.*" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/newsletter" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/ganjingcampus" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/.*/gjc" />
<data android:scheme="https" android:host="www.ganjing.com" android:pathPattern="/gotoMobileAppStore.*" />
</intent-filter>
</activity>
<service android:name="com.ganjing.world.presentation.post_detail.video_post_detail.video_player.VideoPlayerService" android:foregroundServiceType="mediaPlayback" />
<service android:name="com.ganjing.world.presentation.GJWFirebaseMessagingService" android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-9282574517896392~3221754895" />
<meta-data android:name="com.google.android.gms.ads.flag.NATIVE_AD_DEBUGGER_ENABLED" android:value="false" />
<uses-library android:name="androidx.camera.extensions.impl" android:required="false" />
<service android:name="androidx.camera.core.impl.MetadataHolderService" android:enabled="false" android:exported="false">
<meta-data android:name="androidx.camera.core.impl.MetadataHolderService.DEFAULT_CONFIG_PROVIDER" android:value="androidx.camera.camera2.Camera2Config$DefaultProvider" />
</service>
<receiver android:name="com.google.android.gms.cast.framework.media.MediaIntentReceiver" android:exported="false" />
<service android:name="com.google.android.gms.cast.framework.ReconnectionService" android:exported="false" />
<activity android:theme="@style/com_facebook_activity_theme" android:name="com.facebook.FacebookActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
<activity android:name="com.facebook.CustomTabMainActivity" />
<activity android:name="com.facebook.CustomTabActivity" android:exported="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="fbconnect" android:host="cct.com.ganjing.world" />
</intent-filter>
</activity>
<activity android:theme="@style/TransparentTheme" android:name="net.consentmanager.sdk.consentlayer.ui.consentLayer.CmpConsentLayerActivity" />
<meta-data android:name="com.google.android.gms.ads.AD_MANAGER_APP" android:value="true" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:theme="@style/Theme.AppCompat.NoActionBar.Translucent" android:name="com.google.android.tv.ads.controls.FallbackImageActivity" android:exported="false" />
<meta-data android:name="com.google.android.play.billingclient.version" android:value="6.1.0" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true" />
<service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true" />
<service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
<meta-data android:name="com.google.firebase.components:com.google.firebase.auth.ktx.FirebaseAuthLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.ktx.FirebaseMessagingLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonLegacyRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
</service>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.GenericIdpActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
<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="genericidp" android:host="firebase.auth" android:path="/" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.RecaptchaActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
<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="recaptcha" android:host="firebase.auth" android:path="/" />
</intent-filter>
</activity>
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
</intent-filter>
<meta-data android:name="com.google.android.gms.cloudmessaging.FINISHED_AFTER_HANDLED" android:value="true" />
</receiver>
<service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
<intent-filter android:priority="-500">
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.ganjing.world.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
<service android:name="com.google.mlkit.common.internal.MlKitComponentDiscoveryService" android:exported="false" android:directBootAware="true">
<meta-data android:name="com.google.firebase.components:com.google.mlkit.vision.face.internal.FaceRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.mlkit.vision.common.internal.VisionCommonRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.mlkit.common.internal.CommonComponentRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
</service>
<provider android:name="com.google.mlkit.common.internal.MlKitInitProvider" android:exported="false" android:authorities="com.ganjing.world.mlkitinitprovider" android:initOrder="99" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.google.android.gms.ads.AdActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<provider android:name="com.google.android.gms.ads.MobileAdsInitProvider" android:exported="false" android:authorities="com.ganjing.world.mobileadsinitprovider" android:initOrder="100" />
<service android:name="com.google.android.gms.ads.AdService" android:enabled="true" android:exported="false" />
<activity android:name="com.google.android.gms.ads.OutOfContextTestingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.ads.NotificationHandlerActivity" android:exported="false" android:taskAffinity="" android:excludeFromRecents="true" android:launchMode="singleTask" />
<property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/gma_ad_services_config" />
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.ganjing.world.androidx-startup">
<meta-data android:name="androidx.work.WorkManagerInitializer" android:value="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" />
<meta-data android:name="androidx.compose.runtime.tracing.ComposeTracingInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.tracing.perfetto.StartupTracingInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
</provider>
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false" />
<service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false" />
<service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false" />
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false" />
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.BATTERY_OKAY" />
<action android:name="android.intent.action.BATTERY_LOW" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
<action android:name="android.intent.action.DEVICE_STORAGE_OK" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.TIME_SET" />
<action android:name="android.intent.action.TIMEZONE_CHANGED" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
</intent-filter>
</receiver>
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<provider android:name="com.facebook.internal.FacebookInitProvider" android:exported="false" android:authorities="com.ganjing.world.FacebookInitProvider" />
<receiver android:name="com.facebook.CurrentAccessTokenExpirationBroadcastReceiver" android:exported="false">
<intent-filter>
<action android:name="com.facebook.sdk.ACTION_CURRENT_ACCESS_TOKEN_CHANGED" />
</intent-filter>
</receiver>
<receiver android:name="com.facebook.AuthenticationTokenManager$CurrentAuthenticationTokenChangedBroadcastReceiver" android:exported="false">
<intent-filter>
<action android:name="com.facebook.sdk.ACTION_CURRENT_AUTHENTICATION_TOKEN_CHANGED" />
</intent-filter>
</receiver>
<activity android:name="androidx.compose.ui.tooling.PreviewActivity" android:exported="true" />
<uses-library android:name="android.ext.adservices" android:required="false" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<uses-library android:name="androidx.window.extensions" android:required="false" />
<uses-library android:name="androidx.window.sidecar" android:required="false" />
<receiver android:name="org.matomo.sdk.extra.InstallReferrerReceiver" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver android:name="androidx.tracing.perfetto.TracingReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.tracing.perfetto.action.ENABLE_TRACING" />
<action android:name="androidx.tracing.perfetto.action.ENABLE_TRACING_COLD_START" />
<action android:name="androidx.tracing.perfetto.action.DISABLE_TRACING_COLD_START" />
</intent-filter>
</receiver>
<receiver android:name="androidx.tracing.perfetto.StartupTracingConfigStoreIsEnabledGate" android:enabled="false" android:exported="false" android:directBootAware="false" />
<receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SKIP_FILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
</intent-filter>
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
<meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
</service>
<service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
<receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
<meta-data android:name="com.android.dynamic.apk.fused.modules" android:value="base" />
<meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" />
<meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_STANDALONE_APK" />
<meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
</application>
</manifest>