AndroidManifest.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.donut.wxf1a06dafa3350688.test" >
  4. <uses-sdk
  5. android:minSdkVersion="21"
  6. android:targetSdkVersion="28" />
  7. <instrumentation
  8. android:name="android.test.InstrumentationTestRunner"
  9. android:functionalTest="false"
  10. android:handleProfiling="false"
  11. android:label="Tests for com.donut.wxf1a06dafa3350688.test"
  12. android:targetPackage="com.donut.wxf1a06dafa3350688.test" />
  13. <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
  14. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  15. <uses-permission android:name="android.permission.INTERNET" />
  16. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- Camera -->
  17. <uses-permission android:name="android.permission.CAMERA" />
  18. <uses-feature android:name="android.hardware.camera" />
  19. <uses-feature android:name="android.hardware.camera.autofocus" />
  20. <uses-permission android:name="android.permission.FLASHLIGHT" />
  21. <queries>
  22. <package android:name="com.lenovo.lsf" />
  23. <package android:name="com.lenovo.lsf.user" />
  24. <intent>
  25. <action android:name="com.huawei.hms.core.aidlservice" />
  26. </intent>
  27. <intent>
  28. <action android:name="com.huawei.hms.core" />
  29. </intent>
  30. <package android:name="com.huawei.works" />
  31. </queries>
  32. <uses-permission android:name="android.permission.VIBRATE" />
  33. <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
  34. <uses-permission android:name="freemme.permission.msa" />
  35. <application
  36. android:allowBackup="true"
  37. android:appComponentFactory="androidx.core.app.CoreComponentFactory"
  38. android:debuggable="true"
  39. android:label="@string/app_name" >
  40. <uses-library android:name="android.test.runner" />
  41. <meta-data
  42. android:name="com.huawei.hms.client.appid"
  43. android:value="appid=109457863" />
  44. <activity
  45. android:name="com.donut.plugin.activity.LenovoActivity"
  46. android:exported="false"
  47. android:theme="@style/TransparentTheme" />
  48. <activity
  49. android:name="com.donut.plugin.activity.AliPayActivity"
  50. android:exported="false"
  51. android:theme="@style/TransparentTheme" />
  52. <activity
  53. android:name="com.donut.plugin.activity.HuaWeiActivity"
  54. android:exported="false"
  55. android:theme="@style/TransparentTheme" />
  56. <activity
  57. android:name="com.donut.plugin.activity.PermissionsActivity"
  58. android:exported="false"
  59. android:theme="@style/TransparentTheme" />
  60. <activity
  61. android:name="com.lenovo.intermodal.ui.PayActionActivity"
  62. android:configChanges="keyboardHidden|orientation|screenSize|navigation|locale|layoutDirection"
  63. android:exported="false"
  64. android:launchMode="singleTask"
  65. android:screenOrientation="portrait" />
  66. <activity
  67. android:name="com.alipay.sdk.app.H5PayActivity"
  68. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  69. android:exported="false"
  70. android:screenOrientation="behind"
  71. android:windowSoftInputMode="adjustResize|stateHidden" />
  72. <activity
  73. android:name="com.alipay.sdk.app.H5AuthActivity"
  74. android:configChanges="orientation|keyboardHidden|navigation"
  75. android:exported="false"
  76. android:screenOrientation="behind"
  77. android:windowSoftInputMode="adjustResize|stateHidden" />
  78. <provider
  79. android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
  80. android:authorities="com.donut.wxf1a06dafa3350688.test.lifecycle-process"
  81. android:exported="false"
  82. android:multiprocess="true" />
  83. <meta-data
  84. android:name="lenovo:applicationToken"
  85. android:value="E9EEWZU78683" /> <!-- android:theme="@style/com_lenovo_lsf_ui.no_title" -->
  86. <activity
  87. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginCommonActivity"
  88. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  89. android:exported="false"
  90. android:theme="@style/com_lenovo_lsf_ui.no_title"
  91. android:windowSoftInputMode="adjustPan|stateVisible" >
  92. <intent-filter>
  93. <action android:name="com.lenovo.lsf.id.action.EMAIL_LOGIN" />
  94. <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_LOGIN" />
  95. <category android:name="android.intent.category.DEFAULT" />
  96. </intent-filter>
  97. </activity>
  98. <activity
  99. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginActivity"
  100. android:configChanges="keyboard|keyboardHidden"
  101. android:excludeFromRecents="true"
  102. android:exported="false"
  103. android:launchMode="singleTask"
  104. android:theme="@style/com_lenovo_lsf_ui.no_title"
  105. android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
  106. </activity>
  107. <activity
  108. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginPhoneCodeActivity"
  109. android:configChanges="orientation|keyboardHidden|screenSize"
  110. android:exported="false"
  111. android:theme="@style/com_lenovo_lsf_ui.no_title"
  112. android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
  113. <intent-filter>
  114. <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_AUTHENCODE_LOGIN" />
  115. <category android:name="android.intent.category.DEFAULT" />
  116. </intent-filter>
  117. </activity>
  118. <activity
  119. android:name="com.lenovo.lsf.account.PsUserSettingActivity"
  120. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  121. android:exported="false"
  122. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  123. </activity>
  124. <activity
  125. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingActivity"
  126. android:configChanges="orientation|keyboardHidden|screenSize"
  127. android:exported="false"
  128. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  129. <activity
  130. android:name="com.lenovo.lsf.lenovoid.ui.PreAccountBindingActivity"
  131. android:configChanges="orientation|keyboardHidden|screenSize"
  132. android:exported="false"
  133. android:theme="@style/com_lenovo_lsf_ui.no_title"
  134. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  135. <activity
  136. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistActivity"
  137. android:configChanges="orientation|keyboardHidden|screenSize"
  138. android:exported="false"
  139. android:theme="@style/com_lenovo_lsf_ui.no_title"
  140. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  141. <activity
  142. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistFinalActivity"
  143. android:configChanges="orientation|keyboardHidden|screenSize"
  144. android:exported="false"
  145. android:theme="@style/com_lenovo_lsf_ui.no_title"
  146. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  147. <activity
  148. android:name="com.lenovo.lsf.lenovoid.ui.IncludeAreaCodeActivity"
  149. android:configChanges="orientation|keyboardHidden|screenSize"
  150. android:exported="false"
  151. android:theme="@style/com_lenovo_lsf_ui.no_title"
  152. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  153. <activity
  154. android:name="com.lenovo.lsf.lenovoid.ui.AccountInfoActivity"
  155. android:exported="false"
  156. android:launchMode="singleTop"
  157. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  158. <intent-filter>
  159. <action android:name="com.lenovo.lsf.lenovoid.action.MYACCOUNT" />
  160. <category android:name="android.intent.category.DEFAULT" />
  161. </intent-filter>
  162. </activity>
  163. <activity
  164. android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordFirstActivity"
  165. android:configChanges="orientation|keyboardHidden|screenSize"
  166. android:exported="false"
  167. android:theme="@style/com_lenovo_lsf_ui.no_title"
  168. android:windowSoftInputMode="stateVisible" >
  169. <intent-filter>
  170. <action android:name="com.lenovo.lsf.lenovoid.action.CHANGEPASSWORD" />
  171. <category android:name="android.intent.category.DEFAULT" />
  172. </intent-filter>
  173. </activity>
  174. <activity
  175. android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordCompleteActivity"
  176. android:configChanges="orientation|keyboardHidden|screenSize"
  177. android:exported="false"
  178. android:theme="@style/com_lenovo_lsf_ui.no_title"
  179. android:windowSoftInputMode="stateVisible" />
  180. <activity
  181. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordActivity"
  182. android:configChanges="orientation|keyboardHidden|screenSize"
  183. android:exported="false"
  184. android:theme="@style/com_lenovo_lsf_ui.no_title"
  185. android:windowSoftInputMode="adjustPan|stateVisible" />
  186. <activity
  187. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivity"
  188. android:configChanges="orientation|keyboardHidden|screenSize"
  189. android:exported="false"
  190. android:theme="@style/com_lenovo_lsf_ui.no_title"
  191. android:windowSoftInputMode="adjustPan|stateVisible" >
  192. <intent-filter>
  193. <action android:name="com.lenovo.lsf.id.action.REGISTER" />
  194. <category android:name="android.intent.category.DEFAULT" />
  195. </intent-filter>
  196. </activity>
  197. <activity
  198. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivitySecondStep"
  199. android:configChanges="orientation|keyboardHidden|screenSize"
  200. android:exported="false"
  201. android:theme="@style/com_lenovo_lsf_ui.no_title"
  202. android:windowSoftInputMode="adjustPan|stateVisible" />
  203. <activity
  204. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivityThirdStep"
  205. android:configChanges="orientation|keyboardHidden|screenSize"
  206. android:exported="false"
  207. android:theme="@style/com_lenovo_lsf_ui.no_title"
  208. android:windowSoftInputMode="adjustPan|stateVisible" />
  209. <activity
  210. android:name="com.lenovo.lsf.lenovoid.ui.ServiceProtocolActivity"
  211. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  212. android:exported="false"
  213. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  214. <activity
  215. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailActivity"
  216. android:configChanges="orientation|keyboardHidden|screenSize"
  217. android:exported="false"
  218. android:theme="@style/com_lenovo_lsf_ui.no_title"
  219. android:windowSoftInputMode="adjustPan|stateVisible" />
  220. <activity
  221. android:name="com.lenovo.lsf.lenovoid.ui.MyselfInformationActivity"
  222. android:configChanges="orientation|keyboardHidden|screenSize"
  223. android:exported="false"
  224. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  225. <intent-filter>
  226. <action android:name="com.lenovo.lsf.id.action.MY_ACCOUNT_INFO" />
  227. <category android:name="android.intent.category.DEFAULT" />
  228. </intent-filter>
  229. </activity>
  230. <activity
  231. android:name="com.lenovo.lsf.lenovoid.ui.PwdGuideActivity"
  232. android:configChanges="orientation|keyboardHidden|screenSize"
  233. android:exported="false"
  234. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  235. <activity
  236. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepSecond"
  237. android:configChanges="orientation|keyboardHidden|screenSize"
  238. android:exported="false"
  239. android:theme="@style/com_lenovo_lsf_ui.no_title"
  240. android:windowSoftInputMode="stateVisible" />
  241. <activity
  242. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepThird"
  243. android:configChanges="orientation|keyboardHidden|screenSize"
  244. android:exported="false"
  245. android:theme="@style/com_lenovo_lsf_ui.no_title"
  246. android:windowSoftInputMode="stateVisible" />
  247. <activity
  248. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepForth"
  249. android:configChanges="orientation|keyboardHidden|screenSize"
  250. android:exported="false"
  251. android:theme="@style/com_lenovo_lsf_ui.no_title"
  252. android:windowSoftInputMode="stateVisible" />
  253. <activity
  254. android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumConfirmActivity"
  255. android:configChanges="orientation|keyboardHidden|screenSize"
  256. android:exported="false"
  257. android:theme="@style/com_lenovo_lsf_ui.no_title"
  258. android:windowSoftInputMode="stateVisible" />
  259. <activity
  260. android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumActivity"
  261. android:configChanges="orientation|keyboardHidden|screenSize"
  262. android:exported="false"
  263. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  264. <intent-filter>
  265. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  266. <action android:name="com.lenovo.lsf.bindaccount" />
  267. </intent-filter>
  268. </activity>
  269. <activity
  270. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordConfirmActivity"
  271. android:configChanges="orientation|keyboardHidden|screenSize"
  272. android:exported="false"
  273. android:theme="@style/com_lenovo_lsf_ui.no_title"
  274. android:windowSoftInputMode="adjustPan|stateVisible" />
  275. <activity
  276. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordFinalActivity"
  277. android:configChanges="orientation|keyboardHidden|screenSize"
  278. android:exported="false"
  279. android:theme="@style/com_lenovo_lsf_ui.no_title"
  280. android:windowSoftInputMode="adjustPan|stateVisible" /> <!-- 账号激活 -->
  281. <activity
  282. android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyPhoneActivity"
  283. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  284. android:exported="false"
  285. android:theme="@style/com_lenovo_lsf_theme_dialog"
  286. android:windowSoftInputMode="stateVisible" >
  287. <intent-filter>
  288. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  289. <action android:name="com.lenovo.lsf.activation.phone" />
  290. </intent-filter>
  291. </activity>
  292. <activity
  293. android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyMailActivity"
  294. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  295. android:exported="false"
  296. android:theme="@style/com_lenovo_lsf_theme_dialog"
  297. android:windowSoftInputMode="stateHidden" >
  298. <intent-filter>
  299. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  300. <action android:name="com.lenovo.lsf.activation.mail" />
  301. </intent-filter>
  302. </activity> <!-- 实名认证 -->
  303. <activity
  304. android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthActivity"
  305. android:configChanges="orientation|keyboardHidden|screenSize"
  306. android:exported="false"
  307. android:theme="@style/com_lenovo_lsf_ui.no_title"
  308. android:windowSoftInputMode="stateVisible|adjustPan" >
  309. </activity>
  310. <activity
  311. android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthSecondActivity"
  312. android:configChanges="orientation|keyboardHidden|screenSize"
  313. android:exported="false"
  314. android:theme="@style/com_lenovo_lsf_ui.no_title"
  315. android:windowSoftInputMode="stateVisible|adjustPan" >
  316. </activity>
  317. <activity
  318. android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivty"
  319. android:configChanges="orientation|keyboardHidden|screenSize"
  320. android:exported="false"
  321. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  322. </activity>
  323. <activity
  324. android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivtySecond"
  325. android:configChanges="orientation|keyboardHidden|screenSize"
  326. android:exported="false"
  327. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  328. </activity>
  329. <activity
  330. android:name="com.lenovo.lsf.lenovoid.ui.AccountH5InfoActivity"
  331. android:configChanges="orientation|keyboardHidden|screenSize"
  332. android:exported="false"
  333. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  334. <activity
  335. android:name="com.lenovo.lsf.lenovoid.ui.CountryCodeH5Activity"
  336. android:configChanges="orientation|keyboardHidden|screenSize"
  337. android:exported="false"
  338. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  339. <activity
  340. android:name="com.lenovo.lsf.lenovoid.ui.SafeQuestionActivity"
  341. android:configChanges="orientation|keyboardHidden|screenSize"
  342. android:exported="false"
  343. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  344. <activity
  345. android:name="com.lenovo.lsf.lenovoid.ui.EmailRegistedDoneActivity"
  346. android:configChanges="orientation|keyboardHidden|screenSize"
  347. android:exported="false"
  348. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  349. <activity
  350. android:name="com.lenovo.lsf.account.qrcode.ui.CaptureActivity"
  351. android:exported="false"
  352. android:permission="com.lenovo.lsf.permission.IDSERVICE"
  353. android:screenOrientation="portrait"
  354. android:theme="@style/com_lenovo_lsf_ui" >
  355. <intent-filter>
  356. <action android:name="com.lenovo.lsf.account.QRCODE" />
  357. <category android:name="android.intent.category.DEFAULT" />
  358. </intent-filter>
  359. </activity>
  360. <activity
  361. android:name="com.lenovo.lsf.account.qrcode.ui.WebLoginConfirmActivity"
  362. android:configChanges="keyboardHidden"
  363. android:exported="false"
  364. android:screenOrientation="portrait"
  365. android:theme="@style/com_lenovo_lsf_ui" >
  366. </activity>
  367. <activity
  368. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailSecondActivity"
  369. android:configChanges="orientation|keyboardHidden|screenSize"
  370. android:exported="false"
  371. android:theme="@style/com_lenovo_lsf_ui.no_title"
  372. android:windowSoftInputMode="stateVisible|adjustPan" >
  373. </activity>
  374. <activity
  375. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailThirdActivity"
  376. android:configChanges="orientation|keyboardHidden|screenSize"
  377. android:exported="false"
  378. android:theme="@style/com_lenovo_lsf_ui.no_title"
  379. android:windowSoftInputMode="stateVisible|adjustPan" >
  380. </activity>
  381. <activity
  382. android:name="com.huawei.hms.hwid.internal.ui.activity.HwIdSignInHubActivity"
  383. android:configChanges="fontScale|uiMode"
  384. android:excludeFromRecents="true"
  385. android:exported="false"
  386. android:theme="@android:style/Theme.Translucent.NoTitleBar" >
  387. </activity>
  388. <activity
  389. android:name="com.huawei.hms.account.internal.ui.activity.AccountSignInHubActivity"
  390. android:excludeFromRecents="true"
  391. android:exported="false"
  392. android:theme="@android:style/Theme.Translucent.NoTitleBar" >
  393. </activity> <!-- 切记同步修改 HuaweiIdAuthInternalConstant.HMS_SDK_VERSION -->
  394. <meta-data
  395. android:name="com.huawei.hms.client.service.name:hwid"
  396. android:value="hwid:6.11.0.300" />
  397. <meta-data
  398. android:name="com.huawei.hms.min_api_level:hwid:hwid"
  399. android:value="1" /> <!-- 5.3.0 独立授权依赖的api_level为11 -->
  400. <!-- 5.3.0 setCarrierId依赖的api_level为13 -->
  401. <meta-data
  402. android:name="com.huawei.hms.min_api_level:hwid:account"
  403. android:value="13" /> <!-- 为后续统计第三方app集成了哪些Kit,因此需要Kit在自己的AndroidManifest.xml文件中定义业务标签元数据 -->
  404. <meta-data
  405. android:name="com.huawei.hms.client.service.name:base"
  406. android:value="base:6.11.0.301" /> <!-- SDK依赖的HMSCore的最低api level元数据 -->
  407. <meta-data
  408. android:name="com.huawei.hms.min_api_level:base:hmscore"
  409. android:value="1" /> <!-- 用于判断是否集成了本lib -->
  410. <meta-data
  411. android:name="availableLoaded"
  412. android:value="yes" />
  413. <activity
  414. android:name="com.huawei.hms.activity.BridgeActivity"
  415. android:configChanges="orientation|locale|layoutDirection|fontScale|screenSize|smallestScreenSize|screenLayout|uiMode"
  416. android:excludeFromRecents="true"
  417. android:exported="false"
  418. android:hardwareAccelerated="true"
  419. android:screenOrientation="behind"
  420. android:theme="@style/Base_Translucent" >
  421. <meta-data
  422. android:name="hwc-theme"
  423. android:value="androidhwext:style/Theme.Emui.Translucent" />
  424. </activity>
  425. <activity
  426. android:name="com.huawei.hms.activity.EnableServiceActivity"
  427. android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
  428. android:exported="false" >
  429. </activity>
  430. <provider
  431. android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider"
  432. android:authorities="com.donut.wxf1a06dafa3350688.test.AGCInitializeProvider"
  433. android:exported="false" />
  434. <service
  435. android:name="com.huawei.agconnect.core.ServiceDiscovery"
  436. android:exported="false" />
  437. </application>
  438. </manifest>