123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.donut.wxf1a06dafa3350688.test" >
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="28" />
- <instrumentation
- android:name="android.test.InstrumentationTestRunner"
- android:functionalTest="false"
- android:handleProfiling="false"
- android:label="Tests for com.donut.wxf1a06dafa3350688.test"
- android:targetPackage="com.donut.wxf1a06dafa3350688.test" />
- <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
- <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" /> <!-- Camera -->
- <uses-permission android:name="android.permission.CAMERA" />
- <uses-feature android:name="android.hardware.camera" />
- <uses-feature android:name="android.hardware.camera.autofocus" />
- <uses-permission android:name="android.permission.FLASHLIGHT" />
- <queries>
- <package android:name="com.lenovo.lsf" />
- <package android:name="com.lenovo.lsf.user" />
- <intent>
- <action android:name="com.huawei.hms.core.aidlservice" />
- </intent>
- <intent>
- <action android:name="com.huawei.hms.core" />
- </intent>
- <package android:name="com.huawei.works" />
- </queries>
- <uses-permission android:name="android.permission.VIBRATE" />
- <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
- <uses-permission android:name="freemme.permission.msa" />
- <application
- android:allowBackup="true"
- android:appComponentFactory="androidx.core.app.CoreComponentFactory"
- android:debuggable="true"
- android:label="@string/app_name" >
- <uses-library android:name="android.test.runner" />
- <meta-data
- android:name="com.huawei.hms.client.appid"
- android:value="appid=109457863" />
- <activity
- android:name="com.donut.plugin.activity.LenovoActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.AliPayActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.HuaWeiActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.donut.plugin.activity.PermissionsActivity"
- android:exported="false"
- android:theme="@style/TransparentTheme" />
- <activity
- android:name="com.lenovo.intermodal.ui.PayActionActivity"
- android:configChanges="keyboardHidden|orientation|screenSize|navigation|locale|layoutDirection"
- android:exported="false"
- android:launchMode="singleTask"
- android:screenOrientation="portrait" />
- <activity
- android:name="com.alipay.sdk.app.H5PayActivity"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:exported="false"
- android:screenOrientation="behind"
- android:windowSoftInputMode="adjustResize|stateHidden" />
- <activity
- android:name="com.alipay.sdk.app.H5AuthActivity"
- android:configChanges="orientation|keyboardHidden|navigation"
- android:exported="false"
- android:screenOrientation="behind"
- android:windowSoftInputMode="adjustResize|stateHidden" />
- <provider
- android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
- android:authorities="com.donut.wxf1a06dafa3350688.test.lifecycle-process"
- android:exported="false"
- android:multiprocess="true" />
- <meta-data
- android:name="lenovo:applicationToken"
- android:value="E9EEWZU78683" /> <!-- android:theme="@style/com_lenovo_lsf_ui.no_title" -->
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.PsLoginCommonActivity"
- android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.id.action.EMAIL_LOGIN" />
- <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_LOGIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.PsLoginActivity"
- android:configChanges="keyboard|keyboardHidden"
- android:excludeFromRecents="true"
- android:exported="false"
- android:launchMode="singleTask"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.PsLoginPhoneCodeActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_AUTHENCODE_LOGIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.account.PsUserSettingActivity"
- android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.PreAccountBindingActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistFinalActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.IncludeAreaCodeActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.AccountInfoActivity"
- android:exported="false"
- android:launchMode="singleTop"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.lenovoid.action.MYACCOUNT" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordFirstActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.lenovoid.action.CHANGEPASSWORD" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordCompleteActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.id.action.REGISTER" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivitySecondStep"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivityThirdStep"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.ServiceProtocolActivity"
- android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.MyselfInformationActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.id.action.MY_ACCOUNT_INFO" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.PwdGuideActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepSecond"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepThird"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepForth"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumConfirmActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- <intent-filter>
- <!-- 该action可以提供给三方应用 用以调出激活界面 -->
- <action android:name="com.lenovo.lsf.bindaccount" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordConfirmActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordFinalActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="adjustPan|stateVisible" /> <!-- 账号激活 -->
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyPhoneActivity"
- android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_theme_dialog"
- android:windowSoftInputMode="stateVisible" >
- <intent-filter>
- <!-- 该action可以提供给三方应用 用以调出激活界面 -->
- <action android:name="com.lenovo.lsf.activation.phone" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyMailActivity"
- android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_theme_dialog"
- android:windowSoftInputMode="stateHidden" >
- <intent-filter>
- <!-- 该action可以提供给三方应用 用以调出激活界面 -->
- <action android:name="com.lenovo.lsf.activation.mail" />
- </intent-filter>
- </activity> <!-- 实名认证 -->
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible|adjustPan" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthSecondActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible|adjustPan" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivty"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivtySecond"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.AccountH5InfoActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.CountryCodeH5Activity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.SafeQuestionActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.EmailRegistedDoneActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title" />
- <activity
- android:name="com.lenovo.lsf.account.qrcode.ui.CaptureActivity"
- android:exported="false"
- android:permission="com.lenovo.lsf.permission.IDSERVICE"
- android:screenOrientation="portrait"
- android:theme="@style/com_lenovo_lsf_ui" >
- <intent-filter>
- <action android:name="com.lenovo.lsf.account.QRCODE" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.lenovo.lsf.account.qrcode.ui.WebLoginConfirmActivity"
- android:configChanges="keyboardHidden"
- android:exported="false"
- android:screenOrientation="portrait"
- android:theme="@style/com_lenovo_lsf_ui" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailSecondActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible|adjustPan" >
- </activity>
- <activity
- android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailThirdActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:exported="false"
- android:theme="@style/com_lenovo_lsf_ui.no_title"
- android:windowSoftInputMode="stateVisible|adjustPan" >
- </activity>
- <activity
- android:name="com.huawei.hms.hwid.internal.ui.activity.HwIdSignInHubActivity"
- android:configChanges="fontScale|uiMode"
- android:excludeFromRecents="true"
- android:exported="false"
- android:theme="@android:style/Theme.Translucent.NoTitleBar" >
- </activity>
- <activity
- android:name="com.huawei.hms.account.internal.ui.activity.AccountSignInHubActivity"
- android:excludeFromRecents="true"
- android:exported="false"
- android:theme="@android:style/Theme.Translucent.NoTitleBar" >
- </activity> <!-- 切记同步修改 HuaweiIdAuthInternalConstant.HMS_SDK_VERSION -->
- <meta-data
- android:name="com.huawei.hms.client.service.name:hwid"
- android:value="hwid:6.11.0.300" />
- <meta-data
- android:name="com.huawei.hms.min_api_level:hwid:hwid"
- android:value="1" /> <!-- 5.3.0 独立授权依赖的api_level为11 -->
- <!-- 5.3.0 setCarrierId依赖的api_level为13 -->
- <meta-data
- android:name="com.huawei.hms.min_api_level:hwid:account"
- android:value="13" /> <!-- 为后续统计第三方app集成了哪些Kit,因此需要Kit在自己的AndroidManifest.xml文件中定义业务标签元数据 -->
- <meta-data
- android:name="com.huawei.hms.client.service.name:base"
- android:value="base:6.11.0.301" /> <!-- SDK依赖的HMSCore的最低api level元数据 -->
- <meta-data
- android:name="com.huawei.hms.min_api_level:base:hmscore"
- android:value="1" /> <!-- 用于判断是否集成了本lib -->
- <meta-data
- android:name="availableLoaded"
- android:value="yes" />
- <activity
- android:name="com.huawei.hms.activity.BridgeActivity"
- android:configChanges="orientation|locale|layoutDirection|fontScale|screenSize|smallestScreenSize|screenLayout|uiMode"
- android:excludeFromRecents="true"
- android:exported="false"
- android:hardwareAccelerated="true"
- android:screenOrientation="behind"
- android:theme="@style/Base_Translucent" >
- <meta-data
- android:name="hwc-theme"
- android:value="androidhwext:style/Theme.Emui.Translucent" />
- </activity>
- <activity
- android:name="com.huawei.hms.activity.EnableServiceActivity"
- android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
- android:exported="false" >
- </activity>
- <provider
- android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider"
- android:authorities="com.donut.wxf1a06dafa3350688.test.AGCInitializeProvider"
- android:exported="false" />
- <service
- android:name="com.huawei.agconnect.core.ServiceDiscovery"
- android:exported="false" />
- </application>
- </manifest>
|