AndroidManifest.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. package="com.cooleshow.teacher">
  5. <uses-sdk tools:overrideLibrary="com.liulishuo.filedownloader"/>
  6. <permission
  7. android:name="${applicationId}.permission.JPUSH_MESSAGE"
  8. android:protectionLevel="signature" />
  9. <uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" />
  10. <permission
  11. android:name="${applicationId}.permission.MIPUSH_RECEIVE"
  12. android:protectionLevel="signature" />
  13. <uses-permission android:name="${applicationId}.permission.MIPUSH_RECEIVE" />
  14. <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
  15. <uses-permission android:name="android.permission.INTERNET" />
  16. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  17. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
  18. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  19. <uses-permission android:name="android.permission.CAMERA" />
  20. <uses-permission android:name="android.permission.RECORD_AUDIO" />
  21. <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
  22. <queries>
  23. <package android:name="com.tencent.mm" /> <!-- // 指定微信包名 -->
  24. <package android:name="com.tencent.mobileqq" /> <!-- //指定qq包名 -->
  25. <package android:name="com.sina.weibo" /> <!-- //指定微博包名 -->
  26. <package android:name="com.qzone" /> <!-- //指定QQ空间包名 -->
  27. </queries>
  28. <application
  29. android:name=".App"
  30. android:allowBackup="true"
  31. android:icon="@mipmap/ic_launcher"
  32. android:label="${k_appName}"
  33. android:networkSecurityConfig="@xml/network_security_config"
  34. android:requestLegacyExternalStorage="true"
  35. android:supportsRtl="true"
  36. android:theme="@style/AppTheme"
  37. android:largeHeap="true"
  38. tools:replace="android:allowBackup,label">
  39. <meta-data
  40. android:name="design_width_in_dp"
  41. android:value="375" />
  42. <activity
  43. android:name=".ui.mine.UnBindBankCardActivity"
  44. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  45. android:exported="false" />
  46. <activity
  47. android:name=".ui.splash.SplashActivity"
  48. android:exported="true"
  49. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  50. android:screenOrientation="portrait"
  51. android:theme="@style/SplashTheme">
  52. <intent-filter>
  53. <action android:name="android.intent.action.MAIN" />
  54. <category android:name="android.intent.category.LAUNCHER" />
  55. </intent-filter>
  56. <intent-filter>
  57. <action android:name="android.intent.action.VIEW" />
  58. <category android:name="android.intent.category.DEFAULT" />
  59. <category android:name="android.intent.category.BROWSABLE" />
  60. <data
  61. android:host="html"
  62. android:path="/SplashActivity"
  63. android:port="8888"
  64. android:scheme="colexiuteacher" />
  65. </intent-filter>
  66. </activity>
  67. <activity
  68. android:name=".ui.main.MainActivity"
  69. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  70. android:exported="true"
  71. android:launchMode="singleTask"
  72. android:screenOrientation="portrait"
  73. android:windowSoftInputMode="adjustPan">
  74. <intent-filter>
  75. <!-- 这个action是给极光推送跳转的 oppo推送要求push的intent-filter应与其他功能的intent-filter区分开,勿添加其他action与data标签-->
  76. <action android:name="cn.jiguang.push.customAction" />
  77. <category android:name="android.intent.category.DEFAULT" />
  78. </intent-filter>
  79. <intent-filter>
  80. <!-- 这个action是给融云推送跳转的,比如华为的离线消息点击-->
  81. <action android:name="android.intent.action.VIEW" />
  82. <category android:name="android.intent.category.DEFAULT" />
  83. <data
  84. android:host="${applicationId}"
  85. android:pathPrefix="/conversationlist"
  86. android:scheme="rong" />
  87. </intent-filter>
  88. <intent-filter>
  89. <!-- 这个action是给融云推送跳转的,比如小米手机等消息点击-->
  90. <action android:name="android.intent.action.VIEW" />
  91. <category android:name="android.intent.category.DEFAULT" />
  92. <data
  93. android:host="${applicationId}"
  94. android:pathPrefix="/conversation/"
  95. android:scheme="rong" />
  96. </intent-filter>
  97. </activity>
  98. <activity
  99. android:name=".ui.splash.GuideActivity"
  100. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  101. android:screenOrientation="portrait" />
  102. <activity
  103. android:name=".ui.course.MineCourseActivity"
  104. android:windowSoftInputMode="adjustPan"
  105. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  106. android:screenOrientation="portrait" />
  107. <activity
  108. android:name=".ui.web.WebActivity"
  109. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  110. android:screenOrientation="portrait" />
  111. <activity
  112. android:name=".ui.web.HtmlActivity"
  113. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  114. android:screenOrientation="locked"
  115. android:windowSoftInputMode="adjustPan" />
  116. <activity
  117. android:name=".ui.web.HtmlHorizontalScreenActivity"
  118. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  119. android:screenOrientation="landscape" />
  120. <activity
  121. android:name=".ui.web.AccompanyActivity"
  122. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  123. android:screenOrientation="landscape" />
  124. <activity
  125. android:name=".ui.course.SparringCourseDetailActivity"
  126. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  127. android:screenOrientation="portrait"
  128. android:windowSoftInputMode="adjustNothing" />
  129. <activity
  130. android:name=".ui.course.PianoRoomCourseDetailActivity"
  131. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  132. android:screenOrientation="portrait"
  133. android:windowSoftInputMode="adjustNothing" />
  134. <activity
  135. android:name=".ui.course.GroupCourseDetailActivity"
  136. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  137. android:screenOrientation="portrait"
  138. android:windowSoftInputMode="adjustNothing" />
  139. <activity
  140. android:name=".ui.course.PianoRoomCourseHomeWorkActivity"
  141. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  142. android:screenOrientation="portrait" />
  143. <activity
  144. android:name=".ui.comment.ReceivedCommentActivity"
  145. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  146. android:screenOrientation="portrait"
  147. android:windowSoftInputMode="adjustPan" />
  148. <activity
  149. android:name=".ui.comment.CourseCommentActivity"
  150. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  151. android:screenOrientation="portrait"
  152. android:windowSoftInputMode="adjustPan" />
  153. <activity
  154. android:name=".ui.comment.CourseCommentDetailActivity"
  155. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  156. android:screenOrientation="portrait" />
  157. <activity
  158. android:name=".ui.comment.CourseReceivedCommentDetailActivity"
  159. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  160. android:screenOrientation="portrait" />
  161. <activity
  162. android:name=".ui.homepage.HomePageActivity"
  163. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  164. android:screenOrientation="portrait"
  165. android:windowSoftInputMode="adjustPan" />
  166. <activity
  167. android:name=".ui.minestyle.MineStylePageActivity"
  168. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  169. android:screenOrientation="portrait" />
  170. <activity
  171. android:name=".ui.minestyle.MyStyleVideoListActivity"
  172. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  173. android:screenOrientation="portrait" />
  174. <activity
  175. android:name=".ui.minestyle.TeachableInstrumentActivity"
  176. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  177. android:screenOrientation="portrait" />
  178. <activity
  179. android:name=".ui.mine.PersonalSettingActivity"
  180. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  181. android:screenOrientation="portrait" />
  182. <activity
  183. android:name=".ui.mine.SettingActivity"
  184. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  185. android:screenOrientation="portrait" />
  186. <activity
  187. android:name=".ui.mine.ModifyNickNameActivity"
  188. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  189. android:screenOrientation="portrait" />
  190. <activity
  191. android:name=".ui.mine.CheckModifyPhoneNumActivity"
  192. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  193. android:screenOrientation="portrait" />
  194. <activity
  195. android:name=".ui.mine.ModifyPhoneNumActivity"
  196. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  197. android:screenOrientation="portrait" />
  198. <activity
  199. android:name=".ui.mine.ModifyPasswordActivity"
  200. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  201. android:screenOrientation="portrait" />
  202. <activity
  203. android:name=".ui.mine.PersonalCertificationActivity"
  204. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  205. android:screenOrientation="portrait" />
  206. <provider
  207. android:name="androidx.core.content.FileProvider"
  208. android:authorities="com.cooleshow.teacher.fileprovider"
  209. android:exported="false"
  210. android:grantUriPermissions="true"
  211. tools:replace="android:authorities">
  212. <meta-data
  213. android:name="android.support.FILE_PROVIDER_PATHS"
  214. android:resource="@xml/rc_file_path"
  215. tools:replace="android:resource" />
  216. </provider>
  217. <activity
  218. android:name=".ui.mine.AboutActivity"
  219. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  220. android:screenOrientation="portrait" />
  221. <activity
  222. android:name=".ui.mine.FeedBackActivity"
  223. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  224. android:screenOrientation="portrait" />
  225. <activity
  226. android:name=".ui.mine.MyBankCardActivity"
  227. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  228. android:screenOrientation="portrait" />
  229. <activity
  230. android:name=".ui.mine.BindBankCardActivity"
  231. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  232. android:screenOrientation="portrait" />
  233. <activity
  234. android:name=".ui.mine.InputBankVCodeActivity"
  235. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  236. android:screenOrientation="portrait" />
  237. <activity
  238. android:name=".ui.mine.BindCardSuccessActivity"
  239. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  240. android:screenOrientation="portrait" />
  241. <activity
  242. android:name=".ui.course.MineLiveCourseActivity"
  243. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  244. android:screenOrientation="portrait" />
  245. <activity
  246. android:name=".ui.course.MineGroupCourseActivity"
  247. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  248. android:screenOrientation="portrait" />
  249. <activity
  250. android:name=".ui.course.CreateLiveCourseInfoActivity"
  251. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  252. android:screenOrientation="portrait" />
  253. <activity
  254. android:name=".ui.course.CreateLiveCourseArrangementActivity"
  255. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  256. android:screenOrientation="portrait" />
  257. <activity
  258. android:name=".ui.course.MineVideoCourseActivity"
  259. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  260. android:screenOrientation="portrait" />
  261. <activity
  262. android:name=".ui.live.CreateLiveActivity"
  263. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  264. android:screenOrientation="portrait" />
  265. <activity
  266. android:name=".ui.live.LiveListActivity"
  267. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  268. android:screenOrientation="portrait" />
  269. <activity
  270. android:name=".ui.score.MineScoreActivity"
  271. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  272. android:screenOrientation="portrait"
  273. android:windowSoftInputMode="adjustPan" />
  274. <activity
  275. android:name=".ui.work.HomeWorkActivity"
  276. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  277. android:screenOrientation="portrait" />
  278. <activity
  279. android:name=".ui.income.MineIncomeActivity"
  280. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  281. android:screenOrientation="portrait" />
  282. <activity
  283. android:name=".ui.income.FrozenAmountActivity"
  284. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  285. android:screenOrientation="portrait" />
  286. <activity
  287. android:name=".ui.income.PendingAmountActivity"
  288. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  289. android:screenOrientation="portrait" />
  290. <activity
  291. android:name=".ui.income.WithdrawalActivity"
  292. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  293. android:screenOrientation="portrait" />
  294. <activity
  295. android:name=".ui.income.WithdrawalSuccessActivity"
  296. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  297. android:screenOrientation="portrait" />
  298. <activity
  299. android:name=".ui.income.WithdrawalRecordActivity"
  300. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  301. android:screenOrientation="portrait" />
  302. <activity
  303. android:name=".ui.message.MessageBoxActivity"
  304. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  305. android:screenOrientation="portrait" />
  306. <activity
  307. android:name=".ui.mine.PayTestActivity"
  308. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  309. android:screenOrientation="portrait" />
  310. <activity
  311. android:name=".wxapi.WXPayEntryActivity"
  312. android:exported="true"
  313. android:launchMode="singleTop">
  314. <intent-filter>
  315. <action android:name="android.intent.action.VIEW" />
  316. <category android:name="android.intent.category.DEFAULT" />
  317. <data android:scheme="wx149a928c415c137a" />
  318. </intent-filter>
  319. </activity>
  320. <activity
  321. android:name=".ui.work.AssignHomeworkActivity"
  322. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  323. android:screenOrientation="portrait" />
  324. <activity
  325. android:name=".ui.mine.NetworkMonitoringActivity"
  326. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  327. android:screenOrientation="portrait" />
  328. <activity
  329. android:name=".ui.mine.EquipmentTestActivity"
  330. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  331. android:screenOrientation="portrait" />
  332. <activity
  333. android:name=".ui.income.EarningStatisticsActivity"
  334. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  335. android:screenOrientation="portrait" />
  336. <activity
  337. android:name=".ui.live.TeacherLiveRoomActivity"
  338. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  339. android:exported="false"
  340. android:launchMode="singleTask"
  341. android:screenOrientation="portrait"
  342. android:windowSoftInputMode="adjustResize" /> <!-- 分享开始 -->
  343. <activity
  344. android:name=".ui.mine.CoursewareListActivity"
  345. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  346. android:screenOrientation="portrait"
  347. android:windowSoftInputMode="adjustPan" />
  348. <activity
  349. android:name=".wxapi.WXEntryActivity"
  350. android:configChanges="keyboardHidden|orientation|screenSize"
  351. android:exported="true"
  352. android:theme="@android:style/Theme.Translucent.NoTitleBar" />
  353. <activity
  354. android:name=".ui.mine.UnBindTenantActivity"
  355. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  356. android:screenOrientation="portrait"
  357. android:windowSoftInputMode="adjustPan" />
  358. <activity
  359. android:name=".ui.mine.SelectTenantMemberActivity"
  360. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  361. android:screenOrientation="portrait"
  362. android:windowSoftInputMode="adjustPan" />
  363. <activity
  364. android:name=".ui.mine.UserDetailActivity"
  365. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  366. android:screenOrientation="portrait"
  367. android:windowSoftInputMode="adjustPan" />
  368. <activity
  369. android:name=".ui.course.VIPCourseSettingActivity"
  370. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  371. android:screenOrientation="portrait"
  372. android:windowSoftInputMode="adjustPan" />
  373. <activity
  374. android:name=".ui.course.VIPOrInterestCourseGroupDetailActivity"
  375. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  376. android:screenOrientation="portrait"
  377. android:windowSoftInputMode="adjustPan" />
  378. <activity
  379. android:name=".ui.course.PianoCourseGroupDetailActivity"
  380. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  381. android:screenOrientation="portrait"
  382. android:windowSoftInputMode="adjustPan" />
  383. <activity
  384. android:name=".ui.course.GroupCourseGroupDetailActivity"
  385. android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
  386. android:screenOrientation="portrait"
  387. android:windowSoftInputMode="adjustPan" />
  388. <activity
  389. android:name="com.tencent.tauth.AuthActivity"
  390. android:launchMode="singleTask"
  391. android:noHistory="true">
  392. <intent-filter>
  393. <action android:name="android.intent.action.VIEW" />
  394. <category android:name="android.intent.category.DEFAULT" />
  395. <category android:name="android.intent.category.BROWSABLE" />
  396. <data android:scheme="tencent100424468" />
  397. </intent-filter>
  398. </activity>
  399. <activity
  400. android:name="com.tencent.connect.common.AssistActivity"
  401. android:configChanges="orientation|keyboardHidden|screenSize"
  402. android:theme="@android:style/Theme.Translucent.NoTitleBar"
  403. tools:replace="android:configChanges" />
  404. <meta-data
  405. android:name="qqappid"
  406. android:value="1110018403" />
  407. <service
  408. android:name=".push.PushService"
  409. android:enabled="true"
  410. android:exported="false"
  411. android:process=":pushcore">
  412. <intent-filter>
  413. <action android:name="cn.jiguang.user.service.action" />
  414. </intent-filter>
  415. </service> <!-- User defined. For test only 用户自定义的广播接收器 -->
  416. <service
  417. android:name=".push.MyJPushMessageReceiver"
  418. android:enabled="true"
  419. android:exported="false">
  420. <intent-filter>
  421. <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
  422. <category android:name="${applicationId}" />
  423. </intent-filter>
  424. </service> <!-- JPush结束 -->
  425. <service
  426. android:name=".push.MyHWPushService"
  427. android:exported="false">
  428. <intent-filter>
  429. <action android:name="com.huawei.push.action.MESSAGING_EVENT" />
  430. </intent-filter>
  431. </service>
  432. <!-- 融云开始 -->
  433. <!--小米-->
  434. <receiver
  435. android:name=".push.CustomMiMessageReceiver"
  436. android:exported="true">
  437. <intent-filter>
  438. <action android:name="com.xiaomi.mipush.RECEIVE_MESSAGE" />
  439. </intent-filter>
  440. <intent-filter>
  441. <action android:name="com.xiaomi.mipush.MESSAGE_ARRIVED" />
  442. </intent-filter>
  443. <intent-filter>
  444. <action android:name="com.xiaomi.mipush.ERROR" />
  445. </intent-filter>
  446. </receiver>
  447. <!--vivo-->
  448. <receiver android:name=".push.VivoPushReceiver">
  449. <intent-filter>
  450. <action android:name="com.vivo.pushclient.action.RECEIVE" />
  451. </intent-filter>
  452. </receiver>
  453. </application>
  454. </manifest>