642 lines
32 KiB
XML
642 lines
32 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.lerist.fakelocation"
|
|
platformBuildVersionCode="36"
|
|
platformBuildVersionName="16"
|
|
android:versionCode="1673"
|
|
android:versionName="1.3.10"
|
|
android:compileSdkVersion="36"
|
|
android:compileSdkVersionCodename="16">
|
|
<uses-sdk
|
|
android:minSdkVersion="21"
|
|
android:targetSdkVersion="28"/>
|
|
<uses-permission android:name="android.permission.CHANGE_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_FINE_LOCATION"/>
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
|
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"/>
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
|
<uses-permission android:name="com.google.android.gms.permission.ACTIVITY_RECOGNITION"/>
|
|
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"/>
|
|
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
|
|
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>
|
|
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
|
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY"/>
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION"/>
|
|
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
|
|
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
|
|
<queries>
|
|
<package android:name="com.lerist.fakelocation.common.xposed"/>
|
|
<package android:name="dev.lerist.fakelocation"/>
|
|
<package android:name="com.google.android.gms"/>
|
|
<intent>
|
|
<action android:name="android.intent.action.VIEW"/>
|
|
<data android:scheme="http"/>
|
|
</intent>
|
|
<package android:name="com.android.chrome"/>
|
|
<package android:name="com.google.android.apps.maps"/>
|
|
<intent>
|
|
<action android:name="com.android.vending.billing.InAppBillingService.BIND"/>
|
|
</intent>
|
|
<intent>
|
|
<action android:name="com.google.android.apps.play.billingtestcompanion.BillingOverrideService.BIND"/>
|
|
</intent>
|
|
</queries>
|
|
<uses-feature
|
|
android:glEsVersion="0x20000"
|
|
android:required="true"/>
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
|
<meta-data
|
|
android:name="com.google.android.gms.wallet.api.enabled"
|
|
android:value="true"/>
|
|
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION"/>
|
|
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
|
|
<uses-permission android:name="com.android.vending.BILLING"/>
|
|
<permission
|
|
android:name="com.lerist.fakelocation.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
|
|
android:protectionLevel="signature"/>
|
|
<uses-permission android:name="com.lerist.fakelocation.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"/>
|
|
<uses-permission android:name="android.permission.READ_LOGS"/>
|
|
<uses-permission android:name="android.permission.GET_TASKS"/>
|
|
<application
|
|
android:theme="@style/l"
|
|
android:label="@string/fy"
|
|
android:icon="@mipmap/a5"
|
|
android:name="com.stub.StubApp"
|
|
android:allowBackup="false"
|
|
android:supportsRtl="true"
|
|
android:extractNativeLibs="true"
|
|
android:usesCleartextTraffic="true"
|
|
android:networkSecurityConfig="@xml/e"
|
|
android:roundIcon="@mipmap/a5"
|
|
android:appComponentFactory="androidx.core.app.CoreComponentFactory"
|
|
android:hasFragileUserData="true">
|
|
<meta-data
|
|
android:name="decompilation.warning"
|
|
android:value="WARNING: This software is protected by copyright laws and international treaties. Any unauthorized reverse engineering, decompilation, disassembly, modification, or distribution of this software is strictly prohibited. Violators will face severe civil and criminal penalties. We will investigate and prosecute any individuals or organizations involved in illegal activities related to this software. Please respect intellectual property rights and use the software legally."/>
|
|
<meta-data
|
|
android:name="decompilation.warning.cn"
|
|
android:value="警告:本软件受版权法和国际条约保护。任何未经授权的逆向工程、反编译、反汇编、修改或分发本软件的行为均被严格禁止,违者将面临严重的民事和刑事责任,我们将追查并追究任何参与与此软件相关非法活动的个人或组织的法律责任。请尊重知识产权,合法使用软件。"/>
|
|
<service
|
|
android:name="com.lerist.fakelocation.service.RockerService"
|
|
android:enabled="true"
|
|
android:foregroundServiceType="location"/>
|
|
<service
|
|
android:name="com.lerist.fakelocation.service.KeepAliveService"
|
|
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
|
|
android:enabled="true"
|
|
android:exported="false">
|
|
<intent-filter>
|
|
<action android:name="android.service.notification.NotificationListenerService"/>
|
|
</intent-filter>
|
|
</service>
|
|
<activity
|
|
android:theme="@style/n"
|
|
android:name="com.lerist.fakelocation.ui.activity.MainActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
</intent-filter>
|
|
<intent-filter>
|
|
<action android:name="com.lerist.fakelocation.module.action.LAUNCHER"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="home"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:label="@string/i"
|
|
android:name="com.lerist.fakelocation.ui.activity.BaiduSelectLocationActivity"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:label="@string/d5"
|
|
android:name="com.lerist.fakelocation.ui.activity.RenewalActivity"
|
|
android:exported="true"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity">
|
|
<intent-filter>
|
|
<action android:name="com.lerist.fakelocation.module.action.LAUNCHER"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="renewal"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:label="@string/d7"
|
|
android:name="com.lerist.fakelocation.ui.activity.SelectAppActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:label="@string/dg"
|
|
android:name="com.lerist.fakelocation.ui.activity.SelectWifiActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:label="@string/aaq"
|
|
android:name="com.lerist.fakelocation.ui.activity.SettingsActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:name="com.lerist.lib.factory.utils.LWebActivity"
|
|
android:exported="false"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:label="专业人士身份测试"
|
|
android:name="com.lerist.fakelocation.ui.activity.ProAnswerActivity"
|
|
android:exported="false"
|
|
android:configChanges="colorMode|layoutDirection|density|screenSize|uiMode|orientation"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:label="认证开发者"
|
|
android:name="com.lerist.fakelocation.ui.activity.DeveloperIdentityAuthenticationActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<activity
|
|
android:theme="@style/q"
|
|
android:name="com.lerist.fakelocation.ui.activity.BaiduSelectRouteActivity"/>
|
|
<activity
|
|
android:theme="@style/r"
|
|
android:label="@string/b"
|
|
android:name="com.lerist.fakelocation.ui.activity.BaiduEditLocationActivity"
|
|
android:parentActivityName="com.lerist.fakelocation.ui.activity.MainActivity"/>
|
|
<service
|
|
android:name="com.baidu.location.f"
|
|
android:enabled="true"/>
|
|
<activity
|
|
android:theme="@style/o"
|
|
android:name="com.lerist.common.login.ui.activity.BindPhoneActivity"
|
|
android:exported="true"
|
|
android:windowSoftInputMode="adjustResize">
|
|
<intent-filter>
|
|
<action android:name="com.lerist.fakelocation.module.action.LAUNCHER"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="bind_phone"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:theme="@style/o"
|
|
android:name="com.lerist.common.login.ui.activity.LoginActivity"
|
|
android:exported="true"
|
|
android:windowSoftInputMode="adjustResize">
|
|
<intent-filter>
|
|
<action android:name="com.lerist.fakelocation.module.action.LAUNCHER"/>
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
<category android:name="login"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<uses-library
|
|
android:name="org.apache.http.legacy"
|
|
android:required="false"/>
|
|
<meta-data
|
|
android:name="com.google.android.geo.API_KEY"
|
|
android:value="@string/rt"/>
|
|
<meta-data
|
|
android:name="com.google.android.gms.version"
|
|
android:value="@integer/j"/>
|
|
<activity
|
|
android:label="@string/i"
|
|
android:name="com.lerist.common.googlemaps.activity.GoogleSelectLocationActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.common.googlemaps.activity.GoogleSelectLocationActivity"/>
|
|
<activity
|
|
android:theme="@style/q"
|
|
android:name="com.lerist.common.googlemaps.activity.GoogleSelectRouteActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/r"
|
|
android:label="@string/b"
|
|
android:name="com.lerist.common.googlemaps.activity.GoogleEditLocationActivity"
|
|
android:exported="false"
|
|
android:parentActivityName="com.lerist.common.googlemaps.activity.GoogleEditLocationActivity"/>
|
|
<activity
|
|
android:theme="@style/q"
|
|
android:name="com.lerist.common.amap.activity.AmapSelectRouteActivity"/>
|
|
<activity
|
|
android:label="@string/i"
|
|
android:name="com.lerist.common.amap.activity.AmapSelectLocationActivity"
|
|
android:parentActivityName="com.lerist.common.amap.activity.AmapSelectLocationActivity"/>
|
|
<activity
|
|
android:name="com.stripe.android.financialconnections.FinancialConnectionsSheetRedirectActivity"
|
|
android:exported="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="stripe-auth"
|
|
android:host="link-accounts"
|
|
android:pathPrefix="/com.lerist.fakelocation/authentication_return"/>
|
|
<data
|
|
android:scheme="stripe-auth"
|
|
android:host="link-native-accounts"
|
|
android:pathPrefix="/com.lerist.fakelocation/authentication_return"/>
|
|
<data
|
|
android:scheme="stripe-auth"
|
|
android:host="link-accounts"
|
|
android:path="/com.lerist.fakelocation/success"/>
|
|
<data
|
|
android:scheme="stripe-auth"
|
|
android:host="link-accounts"
|
|
android:path="/com.lerist.fakelocation/cancel"/>
|
|
<data
|
|
android:scheme="stripe-auth"
|
|
android:host="native-redirect"
|
|
android:pathPrefix="/com.lerist.fakelocation"/>
|
|
<data
|
|
android:scheme="stripe"
|
|
android:host="auth-redirect"
|
|
android:pathPrefix="/com.lerist.fakelocation"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:theme="@style/lf"
|
|
android:name="com.stripe.android.financialconnections.FinancialConnectionsSheetActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lf"
|
|
android:name="com.stripe.android.financialconnections.ui.FinancialConnectionsSheetNativeActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.PaymentSheetActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.PaymentOptionsActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.customersheet.CustomerSheetActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.addresselement.AddressElementActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.addresselement.AutocompleteActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.paymentdatacollection.bacs.BacsMandateConfirmationActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.paymentdatacollection.polling.PollingActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.ui.SepaMandateActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/li"
|
|
android:name="com.stripe.android.paymentsheet.ExternalPaymentMethodProxyActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/li"
|
|
android:name="com.stripe.android.paymentelement.confirmation.cpms.CustomPaymentMethodProxyActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentsheet.paymentdatacollection.cvcrecollection.CvcRecollectionActivity"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentelement.embedded.form.FormActivity"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.paymentelement.embedded.manage.ManageActivity"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:label="@string/a42"
|
|
android:name="com.stripe.android.link.LinkActivity"
|
|
android:exported="false"
|
|
android:autoRemoveFromRecents="true"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.link.LinkForegroundActivity"
|
|
android:launchMode="singleTop"
|
|
android:configChanges="smallestScreenSize|screenSize|screenLayout|orientation|keyboardHidden|keyboard"
|
|
android:autoRemoveFromRecents="true"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.link.LinkRedirectHandlerActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleInstance"
|
|
android:autoRemoveFromRecents="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="link-popup"
|
|
android:host="complete"
|
|
android:path="/com.lerist.fakelocation"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.shoppay.ShopPayActivity"/>
|
|
<activity
|
|
android:theme="@style/ll"
|
|
android:name="com.stripe.android.ui.core.cardscan.CardScanActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/ld"
|
|
android:name="com.stripe.android.view.PaymentAuthWebViewActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.view.PaymentRelayActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.payments.StripeBrowserLauncherActivity"
|
|
android:exported="false"
|
|
android:launchMode="singleTask"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.payments.StripeBrowserProxyReturnActivity"
|
|
android:exported="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="stripesdk"
|
|
android:host="payment_return_url"
|
|
android:path="/com.lerist.fakelocation"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:theme="@style/ld"
|
|
android:name="com.stripe.android.payments.core.authentication.threeds2.Stripe3ds2TransactionActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lg"
|
|
android:name="com.stripe.android.googlepaylauncher.GooglePayLauncherActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lg"
|
|
android:name="com.stripe.android.googlepaylauncher.GooglePayPaymentMethodLauncherActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/li"
|
|
android:name="com.stripe.android.payments.paymentlauncher.PaymentLauncherConfirmationActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.payments.bankaccount.ui.CollectBankAccountActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.challenge.PassiveChallengeActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@style/lo"
|
|
android:name="com.stripe.android.challenge.warmer.activity.PassiveChallengeWarmerActivity"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:name="com.stripe.android.financialconnections.lite.FinancialConnectionsSheetLiteRedirectActivity"
|
|
android:exported="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="stripe"
|
|
android:host="financial-connections-lite"
|
|
android:pathPrefix="/com.lerist.fakelocation/auth_redirect"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity
|
|
android:theme="@style/l5"
|
|
android:name="com.stripe.android.financialconnections.lite.FinancialConnectionsSheetLiteActivity"/>
|
|
<activity
|
|
android:theme="@style/l0"
|
|
android:name="com.stripe.android.stripe3ds2.views.ChallengeActivity"
|
|
android:exported="false"
|
|
android:configChanges="screenSize|orientation"/>
|
|
<activity
|
|
android:theme="@style/a5m"
|
|
android:name="com.tencent.upgrade.ui.UpgradeDialogActivity"/>
|
|
<activity android:name="com.tencent.upgrade.ui.UpgradeActiveActivity"/>
|
|
<provider
|
|
android:name="com.tencent.upgrade.download.UpdateFileProvider"
|
|
android:exported="false"
|
|
android:authorities="com.lerist.fakelocation.UpdateFileProvider"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/f"/>
|
|
</provider>
|
|
<activity
|
|
android:theme="@style/hv"
|
|
android:label="@string/vt"
|
|
android:name="com.google.android.libraries.places.widget.AutocompleteActivity"
|
|
android:exported="false"
|
|
android:windowSoftInputMode="adjustResize"/>
|
|
<service
|
|
android:name="com.lerist.common.ml.MRService"
|
|
android:enabled="true"
|
|
android:exported="true"
|
|
android:foregroundServiceType="location"/>
|
|
<service
|
|
android:name="com.lerist.common.ml.MLNService"
|
|
android:enabled="true"
|
|
android:exported="true"
|
|
android:foregroundServiceType="location"/>
|
|
<service
|
|
android:name="com.lerist.common.ml.DJService"
|
|
android:permission="android.permission.BIND_JOB_SERVICE"
|
|
android:enabled="true"
|
|
android:exported="true"/>
|
|
<activity
|
|
android:theme="@style/v4"
|
|
android:name="com.lerist.common.version.LOverrideActivity"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/v2"
|
|
android:name="com.lerist.lib.notice.LNoticeActivity"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/a"
|
|
android:name="com.lerist.common.adnet.activity.AdnetActivity"/>
|
|
<service
|
|
android:name="com.qq.e.comm.DownloadService"
|
|
android:exported="false"
|
|
android:multiprocess="true"/>
|
|
<activity
|
|
android:theme="@style/a"
|
|
android:name="com.qq.e.ads.ADActivity"
|
|
android:multiprocess="true"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/a"
|
|
android:name="com.qq.e.ads.PortraitADActivity"
|
|
android:multiprocess="true"
|
|
android:screenOrientation="portrait"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/a"
|
|
android:name="com.qq.e.ads.LandscapeADActivity"
|
|
android:multiprocess="true"
|
|
android:screenOrientation="landscape"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<provider
|
|
android:name="com.lerist.common.adnet.AdnetFileProvider"
|
|
android:exported="false"
|
|
android:authorities="com.lerist.fakelocation.fileprovider"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/b"/>
|
|
</provider>
|
|
<provider
|
|
android:name="com.lerist.lib.factory.utils.LeristFileProvider"
|
|
android:exported="false"
|
|
android:authorities="com.lerist.fakelocation.lerist.fileprovider"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/d"/>
|
|
</provider>
|
|
<activity
|
|
android:theme="@style/v5"
|
|
android:name="com.lerist.lib.factory.utils.LResultActivity"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/v4"
|
|
android:name="com.lerist.lib.factory.utils.LAskPermissions"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@style/v4"
|
|
android:name="com.lerist.lib.factory.utils.LOverrideActivity"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"/>
|
|
<service
|
|
android:name="com.lerist.common.mockserver.MockServiceProvider"
|
|
android:enabled="true"
|
|
android:exported="true"/>
|
|
<service
|
|
android:name="com.lerist.common.mockserver.MockServer"
|
|
android:enabled="true"
|
|
android:exported="true"/>
|
|
<meta-data
|
|
android:name="com.google.android.play.billingclient.version"
|
|
android:value="8.0.0"/>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
android:name="com.android.billingclient.api.ProxyBillingActivity"
|
|
android:exported="false"
|
|
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
android:name="com.android.billingclient.api.ProxyBillingActivityV2"
|
|
android:exported="false"
|
|
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard"/>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
android:name="com.google.android.gms.common.api.GoogleApiActivity"
|
|
android:exported="false"/>
|
|
<provider
|
|
android:name="androidx.startup.InitializationProvider"
|
|
android:exported="false"
|
|
android:authorities="com.lerist.fakelocation.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>
|
|
<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>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent"
|
|
android:name="com.tencent.bugly.beta.ui.BetaActivity"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|locale"/>
|
|
<provider
|
|
android:name="com.tencent.bugly.beta.utils.BuglyFileProvider"
|
|
android:exported="false"
|
|
android:authorities="com.lerist.fakelocation.fileProvider"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/h"/>
|
|
</provider>
|
|
<service
|
|
android:name="com.tencent.bugly.beta.tinker.TinkerResultService"
|
|
android:exported="false"/>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent"
|
|
android:name="com.qq.e.ads.RewardvideoPortraitADActivity"
|
|
android:multiprocess="true"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard">
|
|
<meta-data
|
|
android:name="android.notch_support"
|
|
android:value="true"/>
|
|
</activity>
|
|
<activity
|
|
android:theme="@android:style/Theme.Translucent"
|
|
android:name="com.qq.e.ads.RewardvideoLandscapeADActivity"
|
|
android:multiprocess="true"
|
|
android:configChanges="screenSize|orientation|keyboardHidden|keyboard">
|
|
<meta-data
|
|
android:name="android.notch_support"
|
|
android:value="true"/>
|
|
</activity>
|
|
<meta-data
|
|
android:name="aia-compat-api-min-version"
|
|
android:value="1"/>
|
|
<activity
|
|
android:theme="@style/ry"
|
|
android:name="com.google.android.play.core.common.PlayCoreDialogWrapperActivity"
|
|
android:exported="false"
|
|
android:stateNotNeeded="true"/>
|
|
</application>
|
|
</manifest>
|