AndroidManifest.xml

 
      
      <?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="60320" android:versionName="6.03.20" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="br.com.timbrasil.meutim" platformBuildVersionCode="29" platformBuildVersionName="10"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
    <uses-permission android:name="android.permission.CALL_PHONE" />
    <uses-permission android:name="android.permission.ANSWER_PHONE_CALLS" />
    <uses-permission android:name="android.permission.READ_CALL_LOG" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
    <uses-permission android:name="android.permission.ACTION_MANAGE_OVERLAY_PERMISSION" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
    <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
    <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-feature android:name="android.hardware.location.gps" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <uses-feature android:glEsVersion="0x00020000" android:required="true" />
    <uses-feature android:name="android.hardware.camera" android:required="false" />
    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false" />
    <uses-feature android:name="android.hardware.camera.flash" android:required="false" />
    <uses-feature android:name="android.hardware.camera.front" android:required="false" />
    <uses-feature android:name="android.hardware.location" android:required="false" />
    <uses-feature android:name="android.hardware.location.network" android:required="false" />
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@drawable/tim_icon_app" android:name="com.accenture.meutim.application.MeuTimApplication" android:screenOrientation="portrait" android:allowBackup="false" android:supportsRtl="true" android:extractNativeLibs="false" android:fullBackupContent="@xml/appsflyer_backup_rules" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true">
        <activity android:name="com.meutim.presentation.recharge.view.GooglePayActivity" />
        <activity android:name="com.meutim.feature.oneclickmigration.presentation.view.activity.OCBMigrationActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.meutim.presentation.combohome.view.activity.MainComboActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.presentation.login.view.activity.DevelopmentActivity" />
        <activity android:theme="@style/Theme.Transparent" android:name="com.accenture.meutim.activities.DeepLinkActivity" android:launchMode="singleInstance">
            <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="meutim.tim.com.br" />
                <data android:scheme="https" android:host="d3s3b.app.goo.gl" />
            </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="meutim" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen" android:name="com.accenture.meutim.activities.SplashScreenActivity" android:launchMode="singleTop" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.meutim.feature.welcomenewplan.PlanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.accenture.meutim.activities.MainActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden" android:windowSoftInputMode="stateAlwaysHidden" android:hardwareAccelerated="true" />
        <activity android:label="@string/title_activity_login" android:name="com.accenture.meutim.activities.LoginActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:hardwareAccelerated="false" />
        <activity android:label="@string/app_name" android:name="com.accenture.meutim.activities.TutorialActivity" android:screenOrientation="portrait" android:hardwareAccelerated="false" />
        <activity android:label="@string/app_name" android:name="com.accenture.meutim.activities.WelcomeActivity" android:screenOrientation="portrait" android:hardwareAccelerated="false" />
        <activity android:label="@string/app_name" android:name="com.meutim.presentation.changeplan.view.activity.ChangePlanActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:label="@string/app_name" android:name="com.meutim.presentation.login.view.activity.ConvergencyActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.accenture.meutim.activities.WebViewActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.meutim.presentation.changeplan.view.activity.ChangePlanSuccessActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:label="@string/app_name" android:name="com.meutim.feature.protocol.search.presentation.view.activity.SearchProtocolActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.meutim.feature.additionalpackage.presentation.view.activity.AdditionalPackageCreditCardActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.tutorial.presentation.view.activity.TutorialLiveActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.meutim.feature.promotionalpush.presentation.view.activity.PromotionalPushActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.technicalsupport.presentation.view.activity.TutorialTechSupportActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.technicalsupport.presentation.view.activity.WarningScreenActivity" android:screenOrientation="portrait" />
        <activity android:name="com.accenture.meutim.activities.UsabillaActivity" android:screenOrientation="portrait" />
        <meta-data android:name="io.fabric.ApiKey" android:value="8e13a8bdaf208671c6d60c1c5ebc610b21fe2e1a" />
        <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />
        <receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.google.android.gms.analytics.ANALYTICS_DISPATCH" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false" />
        <receiver android:name="com.google.android.gms.analytics.CampaignTrackingReceiver" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <service android:name="com.meutim.data.remote.fcm.TimFirebaseMessagingService">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <provider android:name="com.accenture.meutim.util.GenericFileProvider" android:exported="false" android:authorities="br.com.timbrasil.meutim.com.accenture.meutim.util.GenericFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true" />
        <activity android:name="com.tim.module.interest.presentation.view.activity.InterestsPromoWebviewAct" />
        <activity android:name="com.tim.module.interest.presentation.view.activity.InterestActivity" />
        <activity android:name="com.tim.module.benefitsForMe.BenefitsForMeAct" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.onboarding.view.OnboardingActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.webview.WebviewFamilyPosActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.guiaaparelhos.GuiaAparelhosActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.balancehistorybasket.presentation.BalanceHistoryBasketActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.additionalpackage.presentation.view.AdditionalPackageActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.deeplink.DeepLinkActivity" android:launchMode="singleTop" android:screenOrientation="portrait">
            <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="meutim.tim.com.br" />
                <data android:scheme="https" android:host="d3s3b.app.goo.gl" />
            </intent-filter>
        </activity>
        <activity android:name="com.tim.module.main.presentation.view.MainActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden" android:windowSoftInputMode="stateAlwaysHidden" android:hardwareAccelerated="true" />
        <activity android:label="@string/app_name" android:name="com.tim.module.tutorial.TutorialActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.welcome.WelcomeActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.configlimit.presentation.ConfigLimitActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:label="@string/app_name" android:name="com.tim.module.productdetail.ProductDetailActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.memberdetail.MemberDetailActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.deletemsisdn.presentation.DeleteMsisdnActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.changeplan.presentation.view.ChangePlanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tim.module.changeplan.presentation.view.ChangePlanDetailActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.additionsdetail.AdditionDetailActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.faq.secondmenu.view.FaqActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.looseservice.looseservicelist.presentation.view.LooseServiceListActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.limit.SetLimitActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden" />
        <activity android:label="@string/app_name" android:name="com.tim.module.webview.webview.view.SpecialParametrizedWebviewActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden" />
        <activity android:label="@string/app_name" android:name="com.tim.module.protocolnew.presentation.view.activity.SearchProtocolActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.tim.module.protocoldetail.presentation.view.activity.ProtocolDetailActivity" android:screenOrientation="portrait" />
        <receiver android:name="com.appsflyer.SingleInstallBroadcastReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <activity android:name="com.meutim.feature.carousel.presentation.view.ui.activity.DeepLinkWebViewActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.hub.hubvasheroexchangeflow.HubVasHeroExchangeFlowNavActivity" />
        <activity android:name="com.meutim.feature.hub.hubvasherochooseflow.HubVasHeroChooseFlowNavActivity" />
        <activity android:name="com.meutim.feature.hub.hiredservicedetail.presentation.view.ui.activity.HubHiredServiceDetailActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.hub.hiredservicedetail.presentation.view.ui.activity.HubHiredServiceDetailWhiteActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.HubMainActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.hub.categoryoffer.presentation.CategoryOfferActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.hub.hubfilteroffer.presentation.HubFilterOfferActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.payment.presentation.view.ui.activity.M4UPaymentActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.container.PurchaseActivity" android:screenOrientation="portrait" />
        <activity android:name="com.meutim.feature.payment.presentation.view.ui.activity.M4UCreditCardActivity" android:screenOrientation="portrait" />
        <service android:name="com.usabilla.sdk.ubform.net.FeedbackResubmissionService" android:exported="false" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.usabilla.sdk.ubform.screenshot.UbScreenshotActivity" />
        <service android:name="com.clarisite.mobile.GlassboxJob" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false">
            <meta-data android:name="url" android:value="https://reportm.tim.glassboxdigital.io" />
            <meta-data android:name="appid" android:value="1A833FCF-8407-481A-B84F-D6EC0989A3A9" />
        </service>
        <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.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.perf.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.inappmessaging.display.FirebaseInAppMessagingDisplayRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.inappmessaging.FirebaseInAppMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.ktx.FirebaseDynamicLinksKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonKtxRegistrar" 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.remoteconfig.RemoteConfigRegistrar" 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" />
            <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.iid.Registrar" 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.abt.component.AbtRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <provider android:name="com.google.firebase.perf.provider.FirebasePerfProvider" android:exported="false" android:authorities="br.com.timbrasil.meutim.firebaseperfprovider" android:initOrder="101" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.facebook.notifications.internal.activity.CardActivity" android:configChanges="orientation|screenSize" />
        <service android:name="com.axiros.axmobility.android.services.PushNotificationService" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <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="@style/Theme.AppInvite.Preview" android:name="com.google.android.gms.appinvite.PreviewActivity" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.gms.appinvite.ACTION_PREVIEW" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <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" />
        <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" />
        <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>
        </receiver>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="br.com.timbrasil.meutim.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <provider android:name="com.facebook.internal.FacebookInitProvider" android:exported="false" android:authorities="br.com.timbrasil.meutim.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.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" />
        <service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <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" />
        <provider android:name="androidx.work.impl.WorkManagerInitializer" android:exported="false" android:multiprocess="true" android:authorities="br.com.timbrasil.meutim.workmanager-init" android:directBootAware="false" />
        <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>
        <provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="br.com.timbrasil.meutim.lifecycle-process" />
        <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
        <receiver android:name="org.mbte.dialmyapp.app.AppReceiver" android:exported="true">
            <intent-filter android:priority="2000001">
                <action android:name="android.intent.action.NEW_OUTGOING_CALL" />
                <action android:name="android.intent.action.PHONE_STATE" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.mbte.dialmyapp.DISCOVERY" />
                <action android:name="org.mbte.dialmyapp.SERVICE_CALL_STATE" />
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
                <action android:name="android.intent.action.MEDIA_MOUNTED" />
                <action android:name="android.intent.action.MEDIA_REMOVED" />
                <action android:name="android.location.PROVIDERS_CHANGED" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SIM_STATE_CHANGED" />
            </intent-filter>
        </receiver>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="br.com.timbrasil.meutim.dmafiles" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/dma_paths" />
        </provider>
        <activity android:label="@string/dialmyapp_name" android:name="org.mbte.dialmyapp.activities.InboxActivity" android:persistent="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="org.mbte.dialmyapp.activities.OutgoingCallActivity" android:finishOnTaskLaunch="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="org.mbte.dialmyapp.activities.IncomingCallActivity" android:finishOnTaskLaunch="true" android:configChanges="orientation" />
        <activity android:name="org.mbte.dialmyapp.activities.NotificationActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Theme.DMA_TRANSPARENT" android:name="org.mbte.dialmyapp.activities.LoadProfileActivity" />
        <activity android:name="org.mbte.dialmyapp.activities.AskPermissionActivity">
            <intent-filter>
                <action android:name="DMA_DEFAULT_SHOW_ASK_FOR_PERMISSIONS_DIALOG" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="org.mbte.dialmyapp.activities.PopupActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="org.mbte.dialmyapp.activities.ViewProfileActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize">
            <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="http" android:host="callmyapp.appspot.com" android:pathPrefix="/assets/lucy/standard.html" />
                <data android:scheme="https" android:host="callmyapp.appspot.com" android:pathPrefix="/assets/lucy/standard.html" />
                <data android:scheme="http" android:host="dialmyapp.com" android:pathPrefix="/assets/lucy/standard.html" />
                <data android:scheme="https" android:host="dialmyapp.com" android:pathPrefix="/assets/lucy/standard.html" />
            </intent-filter>
        </activity>
        <activity android:name="org.mbte.dialmyapp.activities.ViewChatActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="org.mbte.dialmyapp.activities.MapsActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="org.mbte.dialmyapp.plugins.mediacapture.CaptureImageActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="org.mbte.dialmyapp.plugins.mediacapture.CaptureVideoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Permissions.TransparentTheme" android:name="org.mbte.dialmyapp.activities.LaunchTransparentActivity" />
        <service android:name="org.mbte.dialmyapp.services.WakeupService" />
        <service android:name="org.mbte.dialmyapp.services.ProcessPushDataService" android:exported="false" />
        <service android:name="org.mbte.dialmyapp.services.StartActivityService" android:exported="false" />
        <service android:name="org.mbte.dialmyapp.services.NotificationReceiverService" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="android.service.notification.NotificationListenerService" />
            </intent-filter>
        </service>
        <receiver android:name="org.mbte.dialmyapp.receivers.BootBroadcastReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <activity android:name="com.google.android.play.core.missingsplits.PlayCoreMissingSplitsActivity" android:enabled="false" android:exported="false" android:process=":playcore_missing_splits_activity" android:stateNotNeeded="true" android:launchMode="singleInstance" />
        <activity android:theme="@style/Theme.PlayCore.Transparent" android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" android:enabled="false" android:exported="false" android:stateNotNeeded="true" />
        <service android:name="com.google.android.play.core.assetpacks.AssetPackExtractionService" android:enabled="false" android:exported="true">
            <meta-data android:name="com.google.android.play.core.assetpacks.versionCode" android:value="11000" />
        </service>
        <service android:name="com.google.android.play.core.assetpacks.ExtractionForegroundService" android:enabled="false" android:exported="false" />
        <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:value="@xml/splits0" />
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="3" />
    </application>
</manifest>