正在查看:Cricket Line Guru v20.2 -- AndroidManifest.xml 的源代码文件
本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看:Cricket Line Guru v20.2 -- AndroidManifest.xml 的源代码文件
本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="202" android:versionName="20.2" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="com.app.cricketapp" platformBuildVersionCode="34" platformBuildVersionName="14" n1:requiredSplitTypes="base__abi,base__density" n1:splitTypes=""
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:n1="http://schemas.android.com/apk/distribution">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" android:protectionLevel="signature" />
<queries>
<package android:name="com.paytm.pgsdk.TransactionManager.PAYTM_APP_PACKAGE" />
<intent>
<action android:name="android.intent.action.MAIN" />
</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>
<package android:name="com.facebook.katana" />
<intent>
<action android:name="androidx.browser.customtabs.CustomTabsService" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="market" />
</intent>
<intent>
<action android:name="com.digitalturbine.ignite.cl.IgniteRemoteService" />
</intent>
</queries>
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_ATTRIBUTION" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_AD_ID" />
<uses-permission android:name="android.permission.ACCESS_ADSERVICES_TOPICS" />
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
<permission android:name="com.app.cricketapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="com.app.cricketapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<application android:theme="@style/Theme.CLG" android:label="Cricket Line Guru" android:icon="@mipmap/ic_launcher" android:name="com.pairip.application.Application" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:fullBackupContent="false" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true">
<activity android:name="com.app.cricketapp.features.pollsv2.PollsV2Activity" android:exported="false" />
<activity android:theme="@style/SplashTheme" android:name="com.app.cricketapp.features.main.MainActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="com.app.cricketapp.features.home.HomeActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode">
<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.cricketlineguru.com" />
<data android:pathPrefix="/cricket-news" />
</intent-filter>
</activity>
<activity android:name="com.app.cricketapp.features.redeem.RedeemActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.main.MainActivityV2" android:exported="false" />
<activity android:name="com.app.cricketapp.features.venue.detail.VenueDetailActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.stats.StatsActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.login.LoginActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" android:windowSoftInputMode="stateAlwaysVisible" />
<activity android:name="com.app.cricketapp.features.premium.subscription.SubscriptionPlansActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.team.detail.TeamsDetailActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.webView.WebViewActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.ranking.RankingActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.player.playerList.PlayerListActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.team.list.TeamsActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.series.list.SeriesActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.fixtures.detail.FixtureDetailActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.series.detail.SeriesDetailActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.news.list.NewsListActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.news.detail.NewsDetailActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.player.profile.PlayerProfileActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.squad.SquadActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" />
<activity android:name="com.app.cricketapp.features.matchLine.MatchLineActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="layoutDirection|locale|orientation|screenSize|uiMode" android:windowSoftInputMode="adjustResize|stateHidden" />
<meta-data android:name="preloaded_fonts" android:resource="@array/preloaded_fonts" />
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="@string/google_ads_id" />
<service android:name="com.app.cricketapp.firebase.services.NotificationService" android:enabled="true" android:exported="true">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.app.cricketapp.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
</provider>
<service android:name="com.app.cricketapp.features.pinscore.PinScoreService" android:enabled="true" android:exported="false" android:foregroundServiceType="shortService" />
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/ic_push_notification_icon" />
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/clg_blue_4E1D62" />
<meta-data android:name="com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION" android:value="true" />
<meta-data android:name="com.google.android.gms.ads.INTEGRATION_MANAGER" android:value="webview" />
<activity android:theme="@style/Theme.AppCompat.NoActionBar" android:name="com.paytm.pgsdk.PaytmPGActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/TransparentActivityTheme" android:name="com.paytm.pgsdk.AioMatchUserActivity" />
<service android:name="com.paytm.pgsdk.IntentServicePostNotification" android:exported="false" />
<service android:name="com.paytm.pgsdk.IntentServicePreNotification" android:exported="false" />
<service android:name="easypay.appinvoke.utils.EasyPayConfigDownloader" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
<service android:name="easypay.appinvoke.utils.AnalyticsService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
<activity android:name="easypay.appinvoke.AnalyticsManagerInfoDisplayActivity" />
<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.crashlytics.ktx.FirebaseCrashlyticsKtxRegistrar" 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.database.FirebaseDatabaseKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.database.DatabaseRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.firestore.FirebaseFirestoreKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.ktx.FirebaseAnalyticsLegacyRegistrar" 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.crashlytics.FirebaseCrashlyticsKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.sessions.FirebaseSessionsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" 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>
<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>
<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>
<service android:name="com.google.firebase.sessions.SessionLifecycleService" android:enabled="true" android:exported="false" />
<property android:name="android.adservices.AD_SERVICES_CONFIG" android:resource="@xml/ga_ad_services_config" />
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.app.cricketapp.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
<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.app.cricketapp" />
</intent-filter>
</activity>
<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" />
<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.app.cricketapp.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" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.facebook.ads.AudienceNetworkActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
<provider android:name="com.facebook.ads.AudienceNetworkContentProvider" android:exported="false" android:authorities="com.app.cricketapp.AudienceNetworkContentProvider" />
<receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
<service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" />
<service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
<activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.inmobi.ads.rendering.InMobiAdActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<uses-library android:name="android.ext.adservices" android:required="false" />
<provider android:name="com.facebook.internal.FacebookInitProvider" android:exported="false" android:authorities="com.app.cricketapp.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>
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.app.cricketapp.androidx-startup">
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup" />
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" 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" />
<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>
<provider android:name="com.squareup.picasso.PicassoProvider" android:exported="false" android:authorities="com.app.cricketapp.com.squareup.picasso" />
<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" />
<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>
<activity android:name="com.fyber.inneractive.sdk.activities.InneractiveInternalBrowserActivity" android:screenOrientation="fullUser" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.fyber.inneractive.sdk.activities.InneractiveFullscreenAdActivity" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.fyber.inneractive.sdk.activities.InneractiveRichMediaVideoPlayerActivityCore" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.fyber.inneractive.sdk.activities.InternalStoreWebpageActivity" android:excludeFromRecents="true" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.fyber.inneractive.sdk.activities.FyberReportAdActivity" android:screenOrientation="fullUser" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<meta-data android:name="com.android.vending.splits.required" android:value="true" />
<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_DISTRIBUTION_APK" />
<meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
<meta-data android:name="com.android.vending.derived.apk.id" android:value="3" />
</application>
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
</manifest>