AndroidManifest.xml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.edufound.reader"
  4. android:versionCode="100"
  5. android:versionName="1.0.2" >
  6. <uses-sdk
  7. xmlns:android="http://schemas.android.com/apk/res/android"
  8. android:minSdkVersion="21"
  9. android:targetSdkVersion="29" />
  10. <uses-permission
  11. xmlns:android="http://schemas.android.com/apk/res/android"
  12. android:name="android.permission.INTERNET" /> <!-- 网络通信 -->
  13. <uses-permission
  14. xmlns:android="http://schemas.android.com/apk/res/android"
  15. android:name="android.permission.ACCESS_NETWORK_STATE" />
  16. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  17. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  18. <uses-permission android:name="android.permission.RECORD_AUDIO" />
  19. <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
  20. <queries>
  21. <package android:name="com.tencent.mm" />
  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
  33. xmlns:android="http://schemas.android.com/apk/res/android"
  34. android:name="android.permission.VIBRATE" />
  35. <uses-permission
  36. xmlns:android="http://schemas.android.com/apk/res/android"
  37. android:name="android.permission.ALARM_LOCK" />
  38. <uses-permission
  39. xmlns:android="http://schemas.android.com/apk/res/android"
  40. android:name="android.permission.WAKE_LOCK" />
  41. <uses-permission
  42. xmlns:android="http://schemas.android.com/apk/res/android"
  43. android:name="android.permission.ACCESS_WIFI_STATE" />
  44. <uses-permission
  45. xmlns:android="http://schemas.android.com/apk/res/android"
  46. android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  47. <permission
  48. xmlns:android="http://schemas.android.com/apk/res/android"
  49. android:name="com.edufound.reader.vfs.broadcast"
  50. android:protectionLevel="signature" />
  51. <uses-permission
  52. xmlns:android="http://schemas.android.com/apk/res/android"
  53. android:name="com.edufound.reader.vfs.broadcast" />
  54. <uses-permission
  55. xmlns:android="http://schemas.android.com/apk/res/android"
  56. android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
  57. <uses-permission
  58. xmlns:android="http://schemas.android.com/apk/res/android"
  59. android:name="android.permission.CAMERA"
  60. android:required="true" />
  61. <uses-feature
  62. xmlns:android="http://schemas.android.com/apk/res/android"
  63. android:name="android.hardware.camera"
  64. android:required="true" />
  65. <uses-feature
  66. xmlns:android="http://schemas.android.com/apk/res/android"
  67. android:name="android.hardware.camera.autofocus"
  68. android:required="true" />
  69. <uses-permission
  70. xmlns:android="http://schemas.android.com/apk/res/android"
  71. android:name="android.permission.CHANGE_NETWORK_STATE" />
  72. <uses-permission
  73. xmlns:android="http://schemas.android.com/apk/res/android"
  74. android:name="android.permission.CHANGE_WIFI_STATE" />
  75. <uses-permission
  76. xmlns:android="http://schemas.android.com/apk/res/android"
  77. android:name="android.permission.BLUETOOTH" />
  78. <uses-permission
  79. xmlns:android="http://schemas.android.com/apk/res/android"
  80. android:name="android.permission.BLUETOOTH_ADMIN" />
  81. <uses-permission
  82. xmlns:android="http://schemas.android.com/apk/res/android"
  83. android:name="android.permission.NFC" />
  84. <uses-permission
  85. xmlns:android="http://schemas.android.com/apk/res/android"
  86. android:name="android.permission.READ_EXTERNAL_STORAGE" />
  87. <permission
  88. xmlns:android="http://schemas.android.com/apk/res/android"
  89. android:name="com.edufound.reader.voiceassist.permission.READ"
  90. android:protectionLevel="normal" />
  91. <permission
  92. xmlns:android="http://schemas.android.com/apk/res/android"
  93. android:name="com.edufound.reader.voiceassist.permission.WRITE"
  94. android:protectionLevel="normal" />
  95. <uses-permission android:name="android.permission.FLASHLIGHT" />
  96. <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
  97. <uses-permission android:name="freemme.permission.msa" />
  98. <application
  99. xmlns:android="http://schemas.android.com/apk/res/android"
  100. android:name="com.edufound.reader.DemoApplication"
  101. android:allowBackup="false"
  102. android:appComponentFactory="androidx.core.app.CoreComponentFactory"
  103. android:debuggable="true"
  104. android:icon="@mipmap/ic_launcher"
  105. android:label="@string/app_name"
  106. android:persistent="true"
  107. android:requestLegacyExternalStorage="true"
  108. android:theme="@style/Theme.App.Global"
  109. android:usesCleartextTraffic="true" >
  110. <!-- 兼容支持 -->
  111. <uses-library
  112. android:name="org.apache.http.legacy"
  113. android:required="false" />
  114. <activity
  115. android:name="com.edufound.reader.ui.MainActivity"
  116. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  117. android:exported="true"
  118. android:theme="@style/Theme.Translucent" >
  119. <intent-filter>
  120. <action android:name="android.intent.action.MAIN" />
  121. <category android:name="android.intent.category.LAUNCHER" />
  122. <category android:name="android.intent.category.DEFAULT" />
  123. </intent-filter>
  124. <intent-filter>
  125. <action android:name="android.intent.action.VIEW" />
  126. <category android:name="android.intent.category.DEFAULT" />
  127. <category android:name="android.intent.category.BROWSABLE" />
  128. <data android:scheme="__placeholder__" />
  129. </intent-filter>
  130. </activity>
  131. <activity
  132. android:name="com.edufound.reader.wxapi.WXEntryActivity"
  133. android:exported="true"
  134. android:launchMode="singleTask" />
  135. <activity
  136. android:name="com.edufound.reader.wxapi.WXPayEntryActivity"
  137. android:exported="true"
  138. android:launchMode="singleTask" />
  139. <meta-data
  140. android:name="com.huawei.hms.client.appid"
  141. android:value="appid=109457863" />
  142. <activity
  143. android:name="com.donut.plugin.activity.LenovoActivity"
  144. android:exported="false" />
  145. <activity
  146. android:name="com.donut.plugin.activity.AliPayActivity"
  147. android:exported="false" />
  148. <activity
  149. android:name="com.donut.plugin.activity.HuaWeiActivity"
  150. android:exported="false" />
  151. <activity
  152. android:name="com.lenovo.intermodal.ui.PayActionActivity"
  153. android:configChanges="keyboardHidden|orientation|screenSize|navigation|locale|layoutDirection"
  154. android:exported="false"
  155. android:launchMode="singleTask"
  156. android:screenOrientation="portrait" />
  157. <activity
  158. android:name="com.alipay.sdk.app.H5PayActivity"
  159. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  160. android:exported="false"
  161. android:screenOrientation="behind"
  162. android:windowSoftInputMode="adjustResize|stateHidden" />
  163. <activity
  164. android:name="com.alipay.sdk.app.H5AuthActivity"
  165. android:configChanges="orientation|keyboardHidden|navigation"
  166. android:exported="false"
  167. android:screenOrientation="behind"
  168. android:windowSoftInputMode="adjustResize|stateHidden" />
  169. <activity
  170. android:name="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity0"
  171. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  172. android:process=":wxa_container0"
  173. android:screenOrientation="behind"
  174. android:theme="@style/WxaAppContainerTheme" />
  175. <activity-alias
  176. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerActivity0"
  177. android:targetActivity="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity0" />
  178. <activity
  179. android:name="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity1"
  180. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  181. android:process=":wxa_container1"
  182. android:screenOrientation="behind"
  183. android:theme="@style/WxaAppContainerTheme" />
  184. <activity-alias
  185. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerActivity1"
  186. android:targetActivity="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity1" />
  187. <activity
  188. android:name="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity2"
  189. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  190. android:process=":wxa_container2"
  191. android:screenOrientation="behind"
  192. android:theme="@style/WxaAppContainerTheme" />
  193. <activity-alias
  194. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerActivity2"
  195. android:targetActivity="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity2" />
  196. <activity
  197. android:name="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity3"
  198. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  199. android:process=":wxa_container3"
  200. android:screenOrientation="behind"
  201. android:theme="@style/WxaAppContainerTheme" />
  202. <activity-alias
  203. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerActivity3"
  204. android:targetActivity="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity3" />
  205. <activity
  206. android:name="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity4"
  207. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  208. android:process=":wxa_container4"
  209. android:screenOrientation="behind"
  210. android:theme="@style/WxaAppContainerTheme" />
  211. <activity-alias
  212. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerActivity4"
  213. android:targetActivity="com.tencent.luggage.wxa.SaaA.app.SaaAContainerActivity4" />
  214. <meta-data
  215. android:name="com.tencent.wmpf.BuildInfo.BUILD_OWNER"
  216. android:value="coverguo" />
  217. <meta-data
  218. android:name="com.tencent.wmpf.BuildInfo.BUILD_HOSTNAME"
  219. android:value="null" />
  220. <meta-data
  221. android:name="com.tencent.wmpf.BuildInfo.BUILD_TIME"
  222. android:value="2023-10-08 14:48:58" />
  223. <meta-data
  224. android:name="com.tencent.wmpf.BuildInfo.BUILD_REV"
  225. android:value="dd1a72aa183f6ae15c394a1530c3e85a52b9faa0" />
  226. <meta-data
  227. android:name="com.tencent.wmpf.BuildInfo.BUILD_SDK_VERSION"
  228. android:value="2.1.0" />
  229. <meta-data
  230. android:name="com.tencent.wmpf.BuildInfo.BUILD_SDK_VERSION_INT"
  231. android:value="0x22010001" />
  232. <meta-data
  233. android:name="com.tencent.wmpf.BuildInfo.BUILD_UPSTREAM_CLIENT_VERSION"
  234. android:value="0x28000730" />
  235. <meta-data
  236. android:name="com.tencent.wmpf.BuildInfo.BUILD_WEBGL_MAP_COMP"
  237. android:value="false" />
  238. <meta-data
  239. android:name="com.tencent.wmpf.BuildInfo.BUILD_SUPPORT_GAME"
  240. android:value="false" />
  241. <meta-data
  242. android:name="com.tencent.wmpf.BuildInfo.BUILD_USE_MINIFIED_LITEAV_SDK"
  243. android:value="false" />
  244. <meta-data
  245. android:name="com.tencent.wmpf.BuildInfo.BUILD_PIPELINE_NUM"
  246. android:value="-1" />
  247. <activity
  248. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.WxaProfileActivity"
  249. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode" />
  250. <activity
  251. android:name="com.tencent.luggage.wxaapi.internal.ui.WxaScanResultDelegateActivity"
  252. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode" />
  253. <activity
  254. android:name="com.tencent.luggage.wxa.standalone_open_runtime.container.WxaContainerToFrontProxyActivity"
  255. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  256. android:screenOrientation="behind" />
  257. <service
  258. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCMainService"
  259. android:exported="false" />
  260. <service
  261. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService0"
  262. android:exported="false"
  263. android:process=":wxa_container0" />
  264. <service
  265. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService1"
  266. android:exported="false"
  267. android:process=":wxa_container1" />
  268. <service
  269. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService2"
  270. android:exported="false"
  271. android:process=":wxa_container2" />
  272. <service
  273. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService3"
  274. android:exported="false"
  275. android:process=":wxa_container3" />
  276. <service
  277. android:name="com.tencent.luggage.wxa.standalone_open_runtime.app.WxaIPCContainerService4"
  278. android:exported="false"
  279. android:process=":wxa_container4" />
  280. <activity
  281. android:name="com.tencent.mm.ui.AlertActivity"
  282. android:configChanges="keyboardHidden|orientation|screenSize"
  283. android:theme="@style/WeUITheme.NoTitleTranslucent" />
  284. <provider
  285. android:name="com.luck.picture.lib.basic.PictureFileProvider"
  286. android:authorities="com.edufound.reader.luckProvider"
  287. android:exported="false"
  288. android:grantUriPermissions="true" >
  289. <meta-data
  290. android:name="android.support.FILE_PROVIDER_PATHS"
  291. android:resource="@xml/ps_file_paths" />
  292. </provider>
  293. <service
  294. android:name="com.luck.picture.lib.service.ForegroundService"
  295. android:enabled="true"
  296. android:foregroundServiceType="location" />
  297. <activity
  298. android:name="com.luck.picture.lib.basic.PictureSelectorSupporterActivity"
  299. android:configChanges="orientation|keyboardHidden|screenSize"
  300. android:multiprocess="true"
  301. android:theme="@style/Base.Theme.NoActionBar" />
  302. <activity
  303. android:name="com.luck.picture.lib.basic.PictureSelectorTransparentActivity"
  304. android:configChanges="orientation|keyboardHidden|screenSize"
  305. android:multiprocess="true"
  306. android:theme="@style/Picture.Theme.Translucent" />
  307. <meta-data
  308. android:name="use_xweb_camera"
  309. android:value="true" />
  310. <meta-data
  311. android:name="use_cpu_crop"
  312. android:value="false" />
  313. <service
  314. android:name="com.tencent.mm.plugin.appbrand.jsapi.nfc.hce.HCEService"
  315. android:exported="true"
  316. android:permission="android.permission.BIND_NFC_SERVICE" >
  317. <intent-filter>
  318. <action android:name="android.nfc.cardemulation.action.HOST_APDU_SERVICE" />
  319. <category android:name="android.intent.category.DEFAULT" />
  320. </intent-filter>
  321. <meta-data
  322. android:name="android.nfc.cardemulation.host_apdu_service"
  323. android:resource="@xml/hce_apdu" />
  324. </service>
  325. <uses-library
  326. android:name="com.google.android.maps"
  327. android:required="false" />
  328. <uses-library
  329. android:name="com.here.android"
  330. android:required="false" />
  331. <meta-data
  332. android:name="TencentMapSDK"
  333. android:value="Q3PBZ-TDH3R-4XEWO-WJUMV-YBAUJ-MQBAS" />
  334. <meta-data
  335. android:name="TencentMapSubKey"
  336. android:value="E6FBZ-OLSCQ-UIU5C-GWLJ7-ABUPT-V7FJX" />
  337. <activity
  338. android:name="com.tencent.mm.plugin.appbrand.jsapi.lbs.LbsProxyActivity"
  339. android:configChanges="keyboardHidden|orientation|screenSize"
  340. android:theme="@style/WeUITheme.NoTitleTranslucent" />
  341. <activity
  342. android:name="com.tencent.luggage.sdk.customize.impl.FullSdkExternalToolsHelper$SimpleWebViewActivity"
  343. android:launchMode="singleTask" />
  344. <provider
  345. android:name="com.tencent.luggage.storage.StandaloneCriticalDataProvider"
  346. android:authorities="com.edufound.reader.wxa_critical_content"
  347. android:exported="false" />
  348. <activity
  349. android:name="com.tencent.luggage.ui.OpenSDKBridgedActivity"
  350. android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
  351. android:theme="@android:style/Theme.Translucent.NoTitleBar" />
  352. <provider
  353. android:name="com.tencent.luggage.opensdk.OpenSDKApiContentProvider"
  354. android:authorities="com.edufound.reader.openapidata"
  355. android:exported="false"
  356. android:grantUriPermissions="true" >
  357. <meta-data
  358. android:name="android.support.FILE_PROVIDER_PATHS"
  359. android:resource="@xml/openapipath" />
  360. </provider>
  361. <activity
  362. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaWebViewActivity"
  363. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode" />
  364. <activity-alias
  365. android:name="com.tencent.luggage.ui.WxaSimpleWebViewActivity"
  366. android:enabled="true"
  367. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaWebViewActivity" />
  368. <activity
  369. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSettingActivity"
  370. android:theme="@style/WeUITheme.NoTitleTranslucent" />
  371. <activity-alias
  372. android:name="com.tencent.luggage.setting.ui.WxaSettingActivity"
  373. android:enabled="true"
  374. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSettingActivity" />
  375. <activity
  376. android:name="com.tencent.luggage.ui.WxaAlertActivity"
  377. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  378. android:theme="@style/Theme.LuggageApp.Standalone.WxaSetting.Dialog" />
  379. <activity android:name="com.tencent.luggage.ui.BlankActivity" />
  380. <activity
  381. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaAuthorizeDetailActivity"
  382. android:configChanges="keyboardHidden|orientation|screenSize"
  383. android:theme="@style/WeUITheme" />
  384. <activity-alias
  385. android:name="com.tencent.luggage.setting.ui.WmpfAuthorizeDetailUI"
  386. android:enabled="true"
  387. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaAuthorizeDetailActivity" />
  388. <activity
  389. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaUserInfoAuthorizeActivity"
  390. android:theme="@style/WeUITheme" />
  391. <activity-alias
  392. android:name="com.tencent.luggage.setting.ui.AppBrandUserInfoAuthorizeUI"
  393. android:enabled="true"
  394. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaUserInfoAuthorizeActivity" />
  395. <activity
  396. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSubscribeMsgManageActivity"
  397. android:theme="@style/wmpf_round_checkbox_WeUITheme" />
  398. <activity-alias
  399. android:name="com.tencent.luggage.setting.ui.BizSubscribeMsgManagerUI"
  400. android:enabled="true"
  401. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaSubscribeMsgManageActivity" />
  402. <activity
  403. android:name="com.tencent.luggage.ui.WxaMusicActivity"
  404. android:theme="@style/WeUITheme" />
  405. <provider
  406. android:name="com.tencent.luggage.jsapi.file.LuggageOpenDocFileProvider"
  407. android:authorities="com.edufound.reader.shareFileProvide"
  408. android:exported="false"
  409. android:grantUriPermissions="true" >
  410. <meta-data
  411. android:name="android.support.FILE_PROVIDER_PATHS"
  412. android:resource="@xml/share_file_path" />
  413. </provider>
  414. <activity
  415. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaScanCodeActivity"
  416. android:screenOrientation="portrait"
  417. android:theme="@style/Theme.AppCompat.DayNight.NoActionBar" />
  418. <activity-alias
  419. android:name="com.tencent.luggage.scanner.scanner.ui.BaseScanUI"
  420. android:enabled="true"
  421. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaScanCodeActivity" />
  422. <activity
  423. android:name="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaLaunchProxyActivity"
  424. android:theme="@style/WeUITheme.NoTitleTranslucent"
  425. android:windowSoftInputMode="adjustUnspecified|stateHidden" />
  426. <activity-alias
  427. android:name="com.tencent.luggage.ui.WxaLaunchProxyActivity"
  428. android:enabled="true"
  429. android:targetActivity="com.tencent.luggage.wxa.standalone_open_runtime.ui.patched.PatchedWxaLaunchProxyActivity" />
  430. <activity
  431. android:name="com.tencent.luggage.ui.WxaPreviewImageUI"
  432. android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|uiMode"
  433. android:theme="@style/WeUITheme.NoTitleTranslucent" />
  434. <service
  435. android:name="com.tencent.luggage.crash.WxaCrashUploaderService"
  436. android:exported="false" />
  437. <provider
  438. android:name="com.tencent.luggage.wxa.WxaFileExportContentProvider"
  439. android:authorities="com.edufound.reader.external.fileprovider"
  440. android:exported="false"
  441. android:grantUriPermissions="true" >
  442. <meta-data
  443. android:name="android.support.FILE_PROVIDER_PATHS"
  444. android:resource="@xml/file_paths" />
  445. </provider>
  446. <meta-data
  447. android:name="lenovo:applicationToken"
  448. android:value="E9EEWZU78683" /> <!-- android:theme="@style/com_lenovo_lsf_ui.no_title" -->
  449. <activity
  450. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginCommonActivity"
  451. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  452. android:exported="false"
  453. android:theme="@style/com_lenovo_lsf_ui.no_title"
  454. android:windowSoftInputMode="adjustPan|stateVisible" >
  455. <intent-filter>
  456. <action android:name="com.lenovo.lsf.id.action.EMAIL_LOGIN" />
  457. <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_LOGIN" />
  458. <category android:name="android.intent.category.DEFAULT" />
  459. </intent-filter>
  460. </activity>
  461. <activity
  462. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginActivity"
  463. android:configChanges="keyboard|keyboardHidden"
  464. android:excludeFromRecents="true"
  465. android:exported="false"
  466. android:launchMode="singleTask"
  467. android:theme="@style/com_lenovo_lsf_ui.no_title"
  468. android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
  469. </activity>
  470. <activity
  471. android:name="com.lenovo.lsf.lenovoid.ui.PsLoginPhoneCodeActivity"
  472. android:configChanges="orientation|keyboardHidden|screenSize"
  473. android:exported="false"
  474. android:theme="@style/com_lenovo_lsf_ui.no_title"
  475. android:windowSoftInputMode="stateAlwaysHidden|adjustPan" >
  476. <intent-filter>
  477. <action android:name="com.lenovo.lsf.id.action.PHONENUMBER_AUTHENCODE_LOGIN" />
  478. <category android:name="android.intent.category.DEFAULT" />
  479. </intent-filter>
  480. </activity>
  481. <activity
  482. android:name="com.lenovo.lsf.account.PsUserSettingActivity"
  483. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  484. android:exported="false"
  485. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  486. </activity>
  487. <activity
  488. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingActivity"
  489. android:configChanges="orientation|keyboardHidden|screenSize"
  490. android:exported="false"
  491. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  492. <activity
  493. android:name="com.lenovo.lsf.lenovoid.ui.PreAccountBindingActivity"
  494. android:configChanges="orientation|keyboardHidden|screenSize"
  495. android:exported="false"
  496. android:theme="@style/com_lenovo_lsf_ui.no_title"
  497. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  498. <activity
  499. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistActivity"
  500. android:configChanges="orientation|keyboardHidden|screenSize"
  501. android:exported="false"
  502. android:theme="@style/com_lenovo_lsf_ui.no_title"
  503. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  504. <activity
  505. android:name="com.lenovo.lsf.lenovoid.ui.AccountBindingRegistFinalActivity"
  506. android:configChanges="orientation|keyboardHidden|screenSize"
  507. android:exported="false"
  508. android:theme="@style/com_lenovo_lsf_ui.no_title"
  509. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  510. <activity
  511. android:name="com.lenovo.lsf.lenovoid.ui.IncludeAreaCodeActivity"
  512. android:configChanges="orientation|keyboardHidden|screenSize"
  513. android:exported="false"
  514. android:theme="@style/com_lenovo_lsf_ui.no_title"
  515. android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
  516. <activity
  517. android:name="com.lenovo.lsf.lenovoid.ui.AccountInfoActivity"
  518. android:exported="false"
  519. android:launchMode="singleTop"
  520. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  521. <intent-filter>
  522. <action android:name="com.lenovo.lsf.lenovoid.action.MYACCOUNT" />
  523. <category android:name="android.intent.category.DEFAULT" />
  524. </intent-filter>
  525. </activity>
  526. <activity
  527. android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordFirstActivity"
  528. android:configChanges="orientation|keyboardHidden|screenSize"
  529. android:exported="false"
  530. android:theme="@style/com_lenovo_lsf_ui.no_title"
  531. android:windowSoftInputMode="stateVisible" >
  532. <intent-filter>
  533. <action android:name="com.lenovo.lsf.lenovoid.action.CHANGEPASSWORD" />
  534. <category android:name="android.intent.category.DEFAULT" />
  535. </intent-filter>
  536. </activity>
  537. <activity
  538. android:name="com.lenovo.lsf.lenovoid.ui.ChangePasswordCompleteActivity"
  539. android:configChanges="orientation|keyboardHidden|screenSize"
  540. android:exported="false"
  541. android:theme="@style/com_lenovo_lsf_ui.no_title"
  542. android:windowSoftInputMode="stateVisible" />
  543. <activity
  544. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordActivity"
  545. android:configChanges="orientation|keyboardHidden|screenSize"
  546. android:exported="false"
  547. android:theme="@style/com_lenovo_lsf_ui.no_title"
  548. android:windowSoftInputMode="adjustPan|stateVisible" />
  549. <activity
  550. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivity"
  551. android:configChanges="orientation|keyboardHidden|screenSize"
  552. android:exported="false"
  553. android:theme="@style/com_lenovo_lsf_ui.no_title"
  554. android:windowSoftInputMode="adjustPan|stateVisible" >
  555. <intent-filter>
  556. <action android:name="com.lenovo.lsf.id.action.REGISTER" />
  557. <category android:name="android.intent.category.DEFAULT" />
  558. </intent-filter>
  559. </activity>
  560. <activity
  561. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivitySecondStep"
  562. android:configChanges="orientation|keyboardHidden|screenSize"
  563. android:exported="false"
  564. android:theme="@style/com_lenovo_lsf_ui.no_title"
  565. android:windowSoftInputMode="adjustPan|stateVisible" />
  566. <activity
  567. android:name="com.lenovo.lsf.lenovoid.ui.RegistByPhoneActivityThirdStep"
  568. android:configChanges="orientation|keyboardHidden|screenSize"
  569. android:exported="false"
  570. android:theme="@style/com_lenovo_lsf_ui.no_title"
  571. android:windowSoftInputMode="adjustPan|stateVisible" />
  572. <activity
  573. android:name="com.lenovo.lsf.lenovoid.ui.ServiceProtocolActivity"
  574. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  575. android:exported="false"
  576. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  577. <activity
  578. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailActivity"
  579. android:configChanges="orientation|keyboardHidden|screenSize"
  580. android:exported="false"
  581. android:theme="@style/com_lenovo_lsf_ui.no_title"
  582. android:windowSoftInputMode="adjustPan|stateVisible" />
  583. <activity
  584. android:name="com.lenovo.lsf.lenovoid.ui.MyselfInformationActivity"
  585. android:configChanges="orientation|keyboardHidden|screenSize"
  586. android:exported="false"
  587. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  588. <intent-filter>
  589. <action android:name="com.lenovo.lsf.id.action.MY_ACCOUNT_INFO" />
  590. <category android:name="android.intent.category.DEFAULT" />
  591. </intent-filter>
  592. </activity>
  593. <activity
  594. android:name="com.lenovo.lsf.lenovoid.ui.PwdGuideActivity"
  595. android:configChanges="orientation|keyboardHidden|screenSize"
  596. android:exported="false"
  597. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  598. <activity
  599. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepSecond"
  600. android:configChanges="orientation|keyboardHidden|screenSize"
  601. android:exported="false"
  602. android:theme="@style/com_lenovo_lsf_ui.no_title"
  603. android:windowSoftInputMode="stateVisible" />
  604. <activity
  605. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepThird"
  606. android:configChanges="orientation|keyboardHidden|screenSize"
  607. android:exported="false"
  608. android:theme="@style/com_lenovo_lsf_ui.no_title"
  609. android:windowSoftInputMode="stateVisible" />
  610. <activity
  611. android:name="com.lenovo.lsf.lenovoid.ui.UpdateAccountNameActivityStepForth"
  612. android:configChanges="orientation|keyboardHidden|screenSize"
  613. android:exported="false"
  614. android:theme="@style/com_lenovo_lsf_ui.no_title"
  615. android:windowSoftInputMode="stateVisible" />
  616. <activity
  617. android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumConfirmActivity"
  618. android:configChanges="orientation|keyboardHidden|screenSize"
  619. android:exported="false"
  620. android:theme="@style/com_lenovo_lsf_ui.no_title"
  621. android:windowSoftInputMode="stateVisible" />
  622. <activity
  623. android:name="com.lenovo.lsf.lenovoid.ui.SetSafemailOrBindPhoneNumActivity"
  624. android:configChanges="orientation|keyboardHidden|screenSize"
  625. android:exported="false"
  626. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  627. <intent-filter>
  628. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  629. <action android:name="com.lenovo.lsf.bindaccount" />
  630. </intent-filter>
  631. </activity>
  632. <activity
  633. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordConfirmActivity"
  634. android:configChanges="orientation|keyboardHidden|screenSize"
  635. android:exported="false"
  636. android:theme="@style/com_lenovo_lsf_ui.no_title"
  637. android:windowSoftInputMode="adjustPan|stateVisible" />
  638. <activity
  639. android:name="com.lenovo.lsf.lenovoid.ui.FindPasswordFinalActivity"
  640. android:configChanges="orientation|keyboardHidden|screenSize"
  641. android:exported="false"
  642. android:theme="@style/com_lenovo_lsf_ui.no_title"
  643. android:windowSoftInputMode="adjustPan|stateVisible" /> <!-- 账号激活 -->
  644. <activity
  645. android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyPhoneActivity"
  646. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  647. android:exported="false"
  648. android:theme="@style/com_lenovo_lsf_theme_dialog"
  649. android:windowSoftInputMode="stateVisible" >
  650. <intent-filter>
  651. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  652. <action android:name="com.lenovo.lsf.activation.phone" />
  653. </intent-filter>
  654. </activity>
  655. <activity
  656. android:name="com.lenovo.lsf.lenovoid.ui.ActivationbyMailActivity"
  657. android:configChanges="orientation|keyboard|keyboardHidden|screenSize"
  658. android:exported="false"
  659. android:theme="@style/com_lenovo_lsf_theme_dialog"
  660. android:windowSoftInputMode="stateHidden" >
  661. <intent-filter>
  662. <!-- 该action可以提供给三方应用 用以调出激活界面 -->
  663. <action android:name="com.lenovo.lsf.activation.mail" />
  664. </intent-filter>
  665. </activity> <!-- 实名认证 -->
  666. <activity
  667. android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthActivity"
  668. android:configChanges="orientation|keyboardHidden|screenSize"
  669. android:exported="false"
  670. android:theme="@style/com_lenovo_lsf_ui.no_title"
  671. android:windowSoftInputMode="stateVisible|adjustPan" >
  672. </activity>
  673. <activity
  674. android:name="com.lenovo.lsf.lenovoid.ui.RealnameAuthSecondActivity"
  675. android:configChanges="orientation|keyboardHidden|screenSize"
  676. android:exported="false"
  677. android:theme="@style/com_lenovo_lsf_ui.no_title"
  678. android:windowSoftInputMode="stateVisible|adjustPan" >
  679. </activity>
  680. <activity
  681. android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivty"
  682. android:configChanges="orientation|keyboardHidden|screenSize"
  683. android:exported="false"
  684. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  685. </activity>
  686. <activity
  687. android:name="com.lenovo.lsf.lenovoid.ui.IdAuthActivtySecond"
  688. android:configChanges="orientation|keyboardHidden|screenSize"
  689. android:exported="false"
  690. android:theme="@style/com_lenovo_lsf_ui.no_title" >
  691. </activity>
  692. <activity
  693. android:name="com.lenovo.lsf.lenovoid.ui.AccountH5InfoActivity"
  694. android:configChanges="orientation|keyboardHidden|screenSize"
  695. android:exported="false"
  696. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  697. <activity
  698. android:name="com.lenovo.lsf.lenovoid.ui.CountryCodeH5Activity"
  699. android:configChanges="orientation|keyboardHidden|screenSize"
  700. android:exported="false"
  701. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  702. <activity
  703. android:name="com.lenovo.lsf.lenovoid.ui.SafeQuestionActivity"
  704. android:configChanges="orientation|keyboardHidden|screenSize"
  705. android:exported="false"
  706. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  707. <activity
  708. android:name="com.lenovo.lsf.lenovoid.ui.EmailRegistedDoneActivity"
  709. android:configChanges="orientation|keyboardHidden|screenSize"
  710. android:exported="false"
  711. android:theme="@style/com_lenovo_lsf_ui.no_title" />
  712. <activity
  713. android:name="com.lenovo.lsf.account.qrcode.ui.CaptureActivity"
  714. android:exported="false"
  715. android:permission="com.lenovo.lsf.permission.IDSERVICE"
  716. android:screenOrientation="portrait"
  717. android:theme="@style/com_lenovo_lsf_ui" >
  718. <intent-filter>
  719. <action android:name="com.lenovo.lsf.account.QRCODE" />
  720. <category android:name="android.intent.category.DEFAULT" />
  721. </intent-filter>
  722. </activity>
  723. <activity
  724. android:name="com.lenovo.lsf.account.qrcode.ui.WebLoginConfirmActivity"
  725. android:configChanges="keyboardHidden"
  726. android:exported="false"
  727. android:screenOrientation="portrait"
  728. android:theme="@style/com_lenovo_lsf_ui" >
  729. </activity>
  730. <activity
  731. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailSecondActivity"
  732. android:configChanges="orientation|keyboardHidden|screenSize"
  733. android:exported="false"
  734. android:theme="@style/com_lenovo_lsf_ui.no_title"
  735. android:windowSoftInputMode="stateVisible|adjustPan" >
  736. </activity>
  737. <activity
  738. android:name="com.lenovo.lsf.lenovoid.ui.RegistByEmailThirdActivity"
  739. android:configChanges="orientation|keyboardHidden|screenSize"
  740. android:exported="false"
  741. android:theme="@style/com_lenovo_lsf_ui.no_title"
  742. android:windowSoftInputMode="stateVisible|adjustPan" >
  743. </activity>
  744. <activity
  745. android:name="com.huawei.hms.hwid.internal.ui.activity.HwIdSignInHubActivity"
  746. android:configChanges="fontScale|uiMode"
  747. android:excludeFromRecents="true"
  748. android:exported="false"
  749. android:theme="@android:style/Theme.Translucent.NoTitleBar" >
  750. </activity>
  751. <activity
  752. android:name="com.huawei.hms.account.internal.ui.activity.AccountSignInHubActivity"
  753. android:excludeFromRecents="true"
  754. android:exported="false"
  755. android:theme="@android:style/Theme.Translucent.NoTitleBar" >
  756. </activity> <!-- 切记同步修改 HuaweiIdAuthInternalConstant.HMS_SDK_VERSION -->
  757. <meta-data
  758. android:name="com.huawei.hms.client.service.name:hwid"
  759. android:value="hwid:6.11.0.300" />
  760. <meta-data
  761. android:name="com.huawei.hms.min_api_level:hwid:hwid"
  762. android:value="1" /> <!-- 5.3.0 独立授权依赖的api_level为11 -->
  763. <!-- 5.3.0 setCarrierId依赖的api_level为13 -->
  764. <meta-data
  765. android:name="com.huawei.hms.min_api_level:hwid:account"
  766. android:value="13" /> <!-- 为后续统计第三方app集成了哪些Kit,因此需要Kit在自己的AndroidManifest.xml文件中定义业务标签元数据 -->
  767. <meta-data
  768. android:name="com.huawei.hms.client.service.name:base"
  769. android:value="base:6.11.0.301" /> <!-- SDK依赖的HMSCore的最低api level元数据 -->
  770. <meta-data
  771. android:name="com.huawei.hms.min_api_level:base:hmscore"
  772. android:value="1" /> <!-- 用于判断是否集成了本lib -->
  773. <meta-data
  774. android:name="availableLoaded"
  775. android:value="yes" />
  776. <activity
  777. android:name="com.huawei.hms.activity.BridgeActivity"
  778. android:configChanges="orientation|locale|layoutDirection|fontScale|screenSize|smallestScreenSize|screenLayout|uiMode"
  779. android:excludeFromRecents="true"
  780. android:exported="false"
  781. android:hardwareAccelerated="true"
  782. android:screenOrientation="behind"
  783. android:theme="@style/Base_Translucent" >
  784. <meta-data
  785. android:name="hwc-theme"
  786. android:value="androidhwext:style/Theme.Emui.Translucent" />
  787. </activity>
  788. <activity
  789. android:name="com.huawei.hms.activity.EnableServiceActivity"
  790. android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
  791. android:exported="false" >
  792. </activity>
  793. <provider
  794. android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider"
  795. android:authorities="com.edufound.reader.AGCInitializeProvider"
  796. android:exported="false" />
  797. <service
  798. android:name="com.huawei.agconnect.core.ServiceDiscovery"
  799. android:exported="false" />
  800. <provider
  801. android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
  802. android:authorities="com.edufound.reader.lifecycle-process"
  803. android:exported="false"
  804. android:multiprocess="true" />
  805. </application>
  806. </manifest>