正在查看:UangMe v3.3.5 -- AndroidManifest.xml 的源代码文件
本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看:UangMe v3.3.5 -- AndroidManifest.xml 的源代码文件
本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="300305" android:versionName="3.3.5" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.cmcm.uangme" platformBuildVersionCode="33" platformBuildVersionName="13"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-feature android:name="android.hardware.camera.any" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>
<package android:name="com.whatsapp" />
<package android:name="org.telegram.messenger" />
<package android:name="org.telegram.messenger.web" />
<package android:name="com.viber.voip" />
<intent>
<action android:name="android.media.browse.MediaBrowserService" />
</intent>
<intent>
<action android:name="androidx.media2.session.MediaSessionService" />
</intent>
<intent>
<action android:name="androidx.media2.session.MediaLibraryService" />
</intent>
</queries>
<uses-feature android:name="android.hardware.camera" />
<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-permission android:name="com.google.android.gms.permission.AD_ID" />
<permission android:name="com.cmcm.uangme.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />
<application android:theme="@style/AppTheme" android:label="@string/uangme_app_name" android:icon="@mipmap/uangme_launcher_icon" android:name="com.superatomfin.uangme.lender.MainApplication" android:allowBackup="false" android:supportsRtl="true" android:fullBackupContent="@xml/appsflyer_backup_rules" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
<activity android:name="com.loan.uangme.ui.ChooseProductActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/AppThemeNavigationBlue" android:name="com.loan.uangme.ui.Splash" android:exported="true" android:launchMode="singleTask" 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.borrow.news_center.NewsDetailActivity" android:exported="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="lender" android:host="news.detail" android:path="/text" />
</intent-filter>
</activity>
<activity android:name="com.borrow.news_center.NewsDetailUangmeActivity" android:exported="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="uangme" android:host="news.detail" android:path="/text" />
</intent-filter>
</activity>
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.cmcm.uangme.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<receiver android:name="com.appsflyer.MultipleInstallBroadcastReceiver" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<receiver android:name="com.superatomfin.uangme.lender.util.InstallReferrerReceiver" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<service android:name="com.superatomfin.uangme.lender.push.MyFirebaseMessagingService" android:exported="false" android:directBootAware="true">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/uangme_icon_notification" />
<activity android:name="com.loan.uangme.ui.AccountFoundStatusActivity" android:exported="false" />
<activity android:name="com.loan.uangme.ui.CompanyLocationActivity" />
<activity android:name="com.loan.uangme.flutter.MyFlutterActivity" android:screenOrientation="portrait" android:configChanges="density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|orientation|screenLayout|screenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="true" />
<activity android:name="com.loan.uangme.ui.MainActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan">
<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="uangme" android:host="api.uangme.com" android:path="/main" />
<data android:scheme="uangme" android:host="api.uangme.com" android:path="/invite/loan" />
</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="uangme" android:host="api.uangme.com" android:path="/invite/repay" />
</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="uangme" android:host="content.page" android:port="9999" android:path="/main" />
</intent-filter>
</activity>
<activity android:theme="@style/uangme_Transparent" android:name="com.loan.uangme.ui.CameraActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.WorkEmploymentTipsActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.WorkEmailValidateActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.SelectRepayPlanActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.RepaymentPlanListActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.EnterPhoneNumActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="portrait">
<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="uangme" android:host="api.uangme.com" android:path="/login" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="lender" android:host="api.lender.com" android:path="/login/activity" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.WebBrowserActivity" android:exported="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="uangme" android:host="api.uangme.com" android:path="/webbrowser/activity" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.RepaymentDetailActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.RepaymentVACodeActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.LoanRecordDetailActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ExtendRecordeActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ExtendOrderActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.LoanFailResultActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.RepaymentRecordeActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.RepaymentWaysHelperActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.LoanRecordsActivity" android:exported="true" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.enterinfo.KtpEnterInfoActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
<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="uangme" android:host="api.uangme.com" android:path="/ktpinfo" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.enterinfo.EmergencyContactEnterInfoActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.QrisLoanRecordsActivity" android:exported="true" android:screenOrientation="portrait">
<intent-filter>
<action android:name="uangme.ui.QrisLoanRecordsActivity" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.CreditCardLoanRecordsActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
<activity android:name="com.loan.uangme.ui.ResetPasswordActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
<activity android:label="@string/title_activity_loan_result" android:name="com.loan.uangme.ui.LoanResultActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.BankInfoActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.AddBankInfoActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.AboutUsActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.FinancialReportActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.FeedBackActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan|stateHidden" />
<activity android:name="com.loan.uangme.ui.KTPFraudulentUseActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.MotorcycleActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ScoreExtraPhotoActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.util.oplog.OperationFileActiivty" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ModifyPhoneNumberActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/uangme_DebugTheme" android:name="com.loan.uangme.util.oplog.DebugConfigActivity" android:screenOrientation="portrait" />
<receiver android:name="com.loan.uangme.util.InstallReferrerReceiver" android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
<activity android:name="com.loan.uangme.ui.HelpCenterActivity" android:screenOrientation="portrait" />
<meta-data android:name="com.facebook.accountkit.ApplicationName" android:value="@string/uangme_app_name" />
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />
<meta-data android:name="com.facebook.accountkit.ClientToken" android:value="@string/ACCOUNT_KIT_CLIENT_TOKEN" />
<activity android:name="com.loan.uangme.ui.AboutCreditScoreActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ResetLoginPasswordActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ForgetLoginPasswordActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ModifyLoginPasswordActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.framework.ui.TransparencyTitleWebActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.framework.ui.SimpleWebActivity" android:exported="true" android:screenOrientation="portrait">
<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="uangme" android:host="content.page" android:port="9999" android:path="/web" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.RepayTipsWebActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ScoreExtraEduPhotoActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.InformationActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan">
<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="uangme" android:host="api.uangme.com" android:path="/information" />
</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="uangme" android:host="content.page" android:port="9999" android:path="/info" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.CouponActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.WhatsAppSubmitActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.OrderActivity" android:exported="true" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden">
<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="uangme" android:host="api.uangme.com" android:path="/loanpage" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.BankCardResubmitActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.RepayPreviewActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ExpandPreviewActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ExpandUnderReviewActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.NewsCenterActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ExpandResultActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.DigitalSignRegisterActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateUnchanged" />
<activity android:name="com.loan.uangme.ui.DigitalSignActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.couponlist.CouponListActivity" android:exported="true" android:screenOrientation="portrait">
<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="uangme" android:host="api.uangme.com" android:path="/couponlist" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.uplimit.TempAmountCouponListActivity" android:exported="true" android:screenOrientation="portrait">
<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="uangme" android:host="api.uangme.com" android:path="/tempamountcoupon" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.ui.NonLoginModifyPhoneActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.SmsCodeActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.MonthPayDetailActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.SetPwdOnlyFollowByRegisterActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.CreditUploadActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ContinueCreditUploadActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.InputPwdActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ForgetPwdActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.SetPwdActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.LivenessCountDownActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.MoreActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.BarCodeOrderDetailActivity" android:screenOrientation="portrait" />
<receiver android:name="com.loan.uangme.receiver.MyPushSDKReceiver" android:exported="false">
<intent-filter>
<action android:name="com.base.push.sdk.RECEIVE_REGISTER" />
<action android:name="com.base.push.sdk.RECEIVE_THROUGH_MESSAGE" />
<action android:name="com.base.push.sdk.NOTIFICATION_ARRIVED" />
<action android:name="com.base.push.sdk.NOTIFICATION_CLICKED" />
<action android:name="com.base.push.sdk.RECEIVE_COMMAND_RESULT" />
</intent-filter>
</receiver>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:name="com.loan.uangme.push.PushIntentActivity" android:exported="true">
<intent-filter>
<action android:name="com.uangme.push.intent.action" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<receiver android:name="com.loan.uangme.push.NotificationDeleteReceiver" />
<activity android:name="com.loan.uangme.ui.UpLimitGuideActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.BarcodeMerchantListActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.TrainTicketPayDetaill" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.framework.ui.PrivyDigitSignWebActivity" android:screenOrientation="portrait" />
<activity android:name="com.loan.uangme.ui.ReplenishInfoActivity" android:exported="true" android:screenOrientation="portrait">
<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="uangme" android:host="api.uangme.com" android:path="/replenishinfo" />
</intent-filter>
</activity>
<activity android:name="com.loan.uangme.framework.ui.UpLimitWebActivity" android:screenOrientation="portrait" />
<receiver android:name="com.loan.uangme.util.googlesms.MySMSBroadcastReceiver" android:permission="com.google.android.gms.auth.api.phone.permission.SEND" android:exported="true">
<intent-filter>
<action android:name="com.google.android.gms.auth.api.phone.SMS_RETRIEVED" />
</intent-filter>
</receiver>
<activity android:name="com.loan.uangme.ui.LoginWithPwdActivity" android:screenOrientation="portrait" />
<activity android:name="com.superatom.lender.credit.activity.LenderCashLoanFaceVerify" android:screenOrientation="portrait" />
<activity android:name="com.superatom.lender.credit.activity.LenderCashLoanFaceAndKTPVerify" android:screenOrientation="portrait" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="ai.advance.liveness.sdk.activity.LivenessActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
<activity android:name="com.superatomfin.charge.activity.ChargeMonthlyActivity" android:screenOrientation="portrait" />
<activity android:name="com.superatomfin.charge.activity.MonthlyIntroduceActivity" android:screenOrientation="portrait" />
<activity android:name="com.superatomfin.charge.activity.MonthlyInfoActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.superatomfin.charge.activity.ChargeLoanRecordsActivity" android:screenOrientation="portrait" />
<activity android:name="com.superatomfin.charge.activity.ChargeMonthDetailActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/advance_AppTheme" android:name="ai.advance.pq.activity.OCRActivity" android:screenOrientation="landscape" />
<activity android:theme="@style/advance_AppTheme" android:name="ai.advance.pq.activity.IDHoldingActivity" android:screenOrientation="landscape" />
<activity android:theme="@style/advance_AppTheme" android:name="ai.advance.pq.activity.FaceComparisonActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/advance_AppTheme" android:name="ai.advance.pq.activity.WorkPictureActivity" android:screenOrientation="portrait" />
<meta-data android:name="flutterProjectType" android:value="module" />
<meta-data android:name="flutterEmbedding" android:value="2" />
<provider android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider" android:exported="false" android:authorities="com.cmcm.uangme.flutter.image_provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/flutter_image_picker_file_paths" />
</provider>
<activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="io.flutter.plugins.urllauncher.WebViewActivity" android:exported="false" />
<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.baseflow.geolocator.GeolocatorLocationService" android:enabled="true" android:exported="false" android:foregroundServiceType="location" />
<provider android:name="dev.fluttercommunity.plus.share.ShareFileProvider" android:exported="false" android:authorities="com.cmcm.uangme.flutter.share_provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/flutter_share_file_paths" />
</provider>
<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>
<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>
<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.messaging.FirebaseMessagingRegistrar" 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.FirebaseInstallationsRegistrar" 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.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<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" />
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.cmcm.uangme.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<provider android:name="com.facebook.internal.FacebookInitProvider" android:exported="false" android:authorities="com.cmcm.uangme.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>
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.cmcm.uangme.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.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
</provider>
<uses-library android:name="androidx.window.extensions" android:required="false" />
<uses-library android:name="androidx.window.sidecar" android:required="false" />
<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="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>
<service android:name="ai.advance.liveness.lib.LService" android:exported="false" />
<service android:name="ai.advance.liveness.lib.RService" android:exported="false" />
<service android:name="ai.advance.pqlib.EventService" />
<activity android:theme="@style/Theme.PlayCore.Transparent" android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity" android:exported="false" android:stateNotNeeded="true" />
<service android:name="com.datavisor.vangogh.service.RDService" android:enabled="true" android:exported="false" android:process=":dvrdmhsvc" android:isolatedProcess="true" />
<activity android:theme="@style/zxing_CaptureTheme" android:name="com.journeyapps.barcodescanner.CaptureActivity" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:screenOrientation="sensorLandscape" android:windowSoftInputMode="stateAlwaysHidden" />
<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" />
<meta-data android:name="com.android.vending.derived.apk.id" android:value="2" />
</application>
</manifest>