AndroidManifest.xml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736
  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.sheep.jiuyan.samllsheep">
  5. <!-- 极光推送 -->
  6. <!-- Required -->
  7. <permission
  8. android:name="${applicationId}.permission.JPUSH_MESSAGE"
  9. android:protectionLevel="signature" />
  10. <!-- Required 一些系统要求的权限,如访问网络等 -->
  11. <uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" />
  12. <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
  13. <uses-permission android:name="android.permission.INTERNET" />
  14. <uses-permission android:name="android.permission.WAKE_LOCK" />
  15. <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  16. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  17. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
  18. <uses-permission
  19. android:name="android.permission.WRITE_SETTINGS"
  20. tools:ignore="ProtectedPermissions" />
  21. <uses-permission android:name="android.permission.VIBRATE" />
  22. <uses-permission
  23. android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
  24. tools:ignore="ProtectedPermissions" />
  25. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  26. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  27. <!-- Optional for location -->
  28. <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> <!-- 用于开启 debug 版本的应用在6.0 系统上 层叠窗口权限 -->
  29. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  30. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
  31. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  32. <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
  33. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
  34. <!-- 极光推送end -->
  35. <uses-permission android:name="android.permission.CAMERA" />
  36. <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
  37. <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
  38. <uses-permission android:name="android.permission.REQUEST_MEDIA_PROJECTION" />
  39. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
  40. <uses-permission android:name="android.permission.INTERNET" />
  41. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  42. <uses-permission android:name="android.permission.GET_TASKS" />
  43. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
  44. <uses-permission
  45. android:name="android.permission.PACKAGE_USAGE_STATS"
  46. tools:ignore="ProtectedPermissions" />
  47. <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
  48. <!-- 必须的权限配置 -->
  49. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  50. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  51. <uses-permission
  52. android:name="android.permission.READ_LOGS"
  53. tools:ignore="ProtectedPermissions" />
  54. <!-- 保存资源到SD卡 -->
  55. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  56. <!-- 推荐的权限 -->
  57. <!-- 添加如下权限,以便使用更多的第三方SDK和更精准的统计数据 -->
  58. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  59. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  60. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
  61. <uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
  62. <uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
  63. <!-- 百度定位权限 start -->
  64. <!-- 这个权限用于进行网络定位 -->
  65. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
  66. <!-- 这个权限用于访问GPS定位 -->
  67. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
  68. <!-- 用于访问wifi网络信息,wifi信息会用于进行网络定位 -->
  69. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
  70. <!-- 获取运营商信息,用于支持提供运营商信息相关的接口 -->
  71. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  72. <!-- 这个权限用于获取wifi的获取权限,wifi信息会用来进行网络定位 -->
  73. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
  74. <!-- 用于读取手机当前的状态 -->
  75. <uses-permission android:name="android.permission.READ_PHONE_STATE" />
  76. <!-- 写入扩展存储,向扩展卡写入数据,用于写入离线定位数据 -->
  77. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  78. <!-- 访问网络,网络定位需要上网 -->
  79. <uses-permission android:name="android.permission.INTERNET" />
  80. <!-- SD卡读取权限,用户写入离线定位数据 -->
  81. <uses-permission
  82. android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
  83. tools:ignore="ProtectedPermissions" />
  84. <!-- 百度定位权限 end -->
  85. <application
  86. android:name=".SheepApp"
  87. android:allowBackup="true"
  88. android:fullBackupContent="@xml/backup_descriptor"
  89. android:icon="@mipmap/icon"
  90. android:label="@string/app_name"
  91. android:largeHeap="true"
  92. android:persistent="true"
  93. android:supportsRtl="true"
  94. android:theme="@style/AppTheme">
  95. <meta-data
  96. android:name="com.sheep.jiuyan.samllsheep.utils.GlideApp"
  97. android:value="GlideModule" />
  98. <meta-data
  99. android:name="design_width_in_dp"
  100. android:value="375" />
  101. <meta-data
  102. android:name="design_height_in_dp"
  103. android:value="667" />
  104. <activity
  105. android:name=".wxapi.WXEntryActivity"
  106. android:exported="true"
  107. android:launchMode="singleTop" />
  108. <activity
  109. android:name="com.sheep.gamegroup.view.activity.WebviewAct"
  110. android:screenOrientation="portrait" />
  111. <service android:name=".service.DownloadService" />
  112. <service
  113. android:name=".service.AutoCheckService"
  114. android:exported="false"
  115. android:priority="1000"
  116. android:process=":auto_check" />
  117. <service android:name=".service.FloatShotScreenService" />
  118. <service
  119. android:name=".service.ListenerShotService"
  120. android:enabled="true"
  121. android:exported="true"
  122. android:process=":listener" />
  123. <service
  124. android:name=".service.ListenerShotNewService"
  125. android:enabled="true"
  126. android:exported="true" />
  127. <provider
  128. android:name=".provider.SheepFileProvider"
  129. android:authorities="${applicationId}.fileprovider"
  130. android:exported="false"
  131. android:grantUriPermissions="true">
  132. <!-- 元数据 -->
  133. <meta-data
  134. android:name="android.support.FILE_PROVIDER_PATHS"
  135. android:resource="@xml/file_paths" />
  136. </provider>
  137. <!-- 必须配置 -->
  138. <activity
  139. android:name="com.tencent.bugly.beta.ui.BetaActivity"
  140. android:configChanges="keyboardHidden|orientation|screenSize|locale"
  141. android:theme="@android:style/Theme.Translucent" />
  142. <!-- 必须配置 fileProvider, 注意: android:authorities="${applicationId}.fileProvider" 不要直接copy,设置为你的包名.fileProvider -->
  143. <provider
  144. android:name="android.support.v4.content.FileProvider"
  145. android:authorities="${applicationId}.fileProvider"
  146. android:exported="false"
  147. android:grantUriPermissions="true">
  148. <meta-data
  149. android:name="android.support.FILE_PROVIDER_PATHS"
  150. android:resource="@xml/file_paths" />
  151. </provider>
  152. <activity
  153. android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
  154. android:screenOrientation="portrait" />
  155. <!-- 2.0 -->
  156. <activity
  157. android:name="com.sheep.gamegroup.view.activity.LoginAct"
  158. android:configChanges="keyboardHidden|screenSize|orientation"
  159. android:launchMode="singleTask"
  160. android:screenOrientation="portrait"
  161. android:theme="@style/FullScreenTheme"></activity>
  162. <activity
  163. android:name="com.sheep.gamegroup.view.activity.SplashAct"
  164. android:screenOrientation="portrait"
  165. android:theme="@style/SplashTheme">
  166. <intent-filter>
  167. <action android:name="android.intent.action.MAIN" />
  168. <category android:name="android.intent.category.LAUNCHER" />
  169. </intent-filter>
  170. </activity>
  171. <activity
  172. android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
  173. android:configChanges="keyboardHidden|screenSize|orientation"
  174. android:exported="true"
  175. android:hardwareAccelerated="true"
  176. android:launchMode="singleTask"
  177. android:screenOrientation="portrait"
  178. android:theme="@style/AppTheme"
  179. android:windowSoftInputMode="adjustPan|stateHidden">
  180. <intent-filter android:autoVerify="true">
  181. <!-- 协议部分,随便设置 -->
  182. <data
  183. android:host="small.kfzs.com"
  184. android:scheme="sheep" />
  185. <!-- 下面这几行也必须得设置 -->
  186. <category android:name="android.intent.category.DEFAULT" />
  187. <action android:name="android.intent.action.VIEW" />
  188. <category android:name="android.intent.category.BROWSABLE" />
  189. </intent-filter>
  190. </activity>
  191. <activity
  192. android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
  193. android:screenOrientation="portrait" />
  194. <activity
  195. android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
  196. android:screenOrientation="portrait" />
  197. <activity
  198. android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
  199. android:screenOrientation="portrait" />
  200. <activity
  201. android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
  202. android:screenOrientation="portrait" />
  203. <activity
  204. android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
  205. android:screenOrientation="portrait" />
  206. <activity
  207. android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
  208. android:screenOrientation="portrait" />
  209. <activity
  210. android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
  211. android:launchMode="singleTask" />
  212. <activity
  213. android:name="com.sheep.gamegroup.view.activity.TaskListAct"
  214. android:screenOrientation="portrait" />
  215. <activity
  216. android:name="com.sheep.gamegroup.view.activity.ActAudit"
  217. android:screenOrientation="portrait" />
  218. <activity
  219. android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
  220. android:screenOrientation="portrait" />
  221. <activity
  222. android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
  223. android:screenOrientation="portrait" />
  224. <activity
  225. android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
  226. android:launchMode="singleTask"
  227. android:screenOrientation="portrait" />
  228. <activity
  229. android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
  230. android:launchMode="singleTask"
  231. android:screenOrientation="portrait" />
  232. <activity
  233. android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
  234. android:screenOrientation="portrait" />
  235. <activity
  236. android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
  237. android:theme="@style/MyDialogActivityTheme" />
  238. <!-- &lt;!&ndash;半袋米首页&ndash;&gt; -->
  239. <!-- <activity -->
  240. <!-- android:name="com.kfzs.duanduan.ActMain" -->
  241. <!-- android:configChanges="keyboardHidden|screenSize|orientation" -->
  242. <!-- android:exported="true" -->
  243. <!-- android:hardwareAccelerated="true" -->
  244. <!-- android:launchMode="singleTask" -->
  245. <!-- android:screenOrientation="portrait" -->
  246. <!-- android:theme="@style/AppTheme" -->
  247. <!-- android:windowSoftInputMode="adjustPan|stateHidden"> -->
  248. <!-- <intent-filter> -->
  249. <!-- <category android:name="android.intent.category.DEFAULT" /> -->
  250. <!-- <action android:name="android.intent.action.VIEW" /> -->
  251. <!-- </intent-filter> -->
  252. <!-- </activity> -->
  253. <activity
  254. android:name="com.sheep.gamegroup.view.activity.ActMain"
  255. android:configChanges="keyboardHidden|screenSize|orientation"
  256. android:exported="true"
  257. android:hardwareAccelerated="true"
  258. android:launchMode="singleTask"
  259. android:screenOrientation="portrait"
  260. android:theme="@style/AppTheme"
  261. android:windowSoftInputMode="adjustPan|stateHidden">
  262. <intent-filter>
  263. <category android:name="android.intent.category.DEFAULT" />
  264. <action android:name="android.intent.action.VIEW" />
  265. </intent-filter>
  266. </activity>
  267. <activity
  268. android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
  269. android:screenOrientation="portrait" />
  270. <activity
  271. android:name="com.sheep.gamegroup.view.activity.ActExchangeCMCC"
  272. android:screenOrientation="portrait" />
  273. <activity
  274. android:name="com.sheep.gamegroup.view.activity.ActDownloadMgr"
  275. android:hardwareAccelerated="false"
  276. android:screenOrientation="portrait" />
  277. <!-- <provider -->
  278. <!-- android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider" -->
  279. <!-- android:authorities="com.kfzs.duanduan.data.graph.provider.${DUANDUAN_GRAPH}" -->
  280. <!-- android:exported="true" /> -->
  281. <receiver android:name="com.sheep.gamegroup.receiver.AppAddOrDelReceiver">
  282. <intent-filter>
  283. <action android:name="android.intent.action.PACKAGE_ADDED" />
  284. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  285. <action android:name="android.intent.action.PACKAGE_REPLACED" />
  286. <data android:scheme="package" />
  287. </intent-filter>
  288. </receiver>
  289. <activity
  290. android:name="com.tencent.tauth.AuthActivity"
  291. android:launchMode="singleTask"
  292. android:noHistory="true">
  293. <intent-filter>
  294. <action android:name="android.intent.action.VIEW" />
  295. <category android:name="android.intent.category.DEFAULT" />
  296. <category android:name="android.intent.category.BROWSABLE" />
  297. <data android:scheme="tencent101461115" />
  298. </intent-filter>
  299. </activity>
  300. <activity
  301. android:name="com.tencent.connect.common.AssistActivity"
  302. android:configChanges="orientation|keyboardHidden|screenSize"
  303. android:screenOrientation="portrait" />
  304. <activity
  305. android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
  306. android:screenOrientation="portrait"
  307. android:windowSoftInputMode="stateVisible|adjustPan" />
  308. <activity
  309. android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
  310. android:screenOrientation="portrait" />
  311. <activity
  312. android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
  313. android:screenOrientation="portrait"
  314. android:windowSoftInputMode="stateVisible|adjustPan" />
  315. <activity
  316. android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
  317. android:screenOrientation="portrait" />
  318. <activity
  319. android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
  320. android:screenOrientation="portrait" />
  321. <activity
  322. android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
  323. android:screenOrientation="portrait" />
  324. <activity
  325. android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
  326. android:screenOrientation="portrait"
  327. android:windowSoftInputMode="stateVisible|adjustPan" />
  328. <activity
  329. android:name="me.iwf.photopicker.PhotoPickerActivity"
  330. android:screenOrientation="portrait"
  331. android:theme="@style/Theme.AppCompat.NoActionBar" />
  332. <activity
  333. android:name="me.iwf.photopicker.PhotoPagerActivity"
  334. android:screenOrientation="portrait"
  335. android:theme="@style/Theme.AppCompat.NoActionBar" />
  336. <activity
  337. android:name="com.yalantis.ucrop.UCropActivity"
  338. android:screenOrientation="portrait"
  339. android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
  340. <activity
  341. android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList"
  342. android:screenOrientation="portrait" />
  343. <activity
  344. android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep"
  345. android:screenOrientation="portrait" />
  346. <activity
  347. android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList"
  348. android:screenOrientation="portrait" />
  349. <activity
  350. android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
  351. android:screenOrientation="portrait" />
  352. <activity
  353. android:name="com.sheep.gamegroup.view.activity.ActXinwanWeb"
  354. android:screenOrientation="portrait" />
  355. <activity
  356. android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
  357. android:screenOrientation="portrait" />
  358. <activity
  359. android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
  360. android:screenOrientation="portrait" />
  361. <activity
  362. android:name="com.sheep.gamegroup.view.activity.ActWeb"
  363. android:screenOrientation="portrait" />
  364. <activity
  365. android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
  366. android:screenOrientation="portrait" />
  367. <activity
  368. android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
  369. android:screenOrientation="portrait" />
  370. <activity
  371. android:name="com.sheep.gamegroup.view.activity.ActSignCard"
  372. android:screenOrientation="portrait" />
  373. <activity
  374. android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
  375. android:screenOrientation="portrait" />
  376. <activity
  377. android:name="com.sheep.gamegroup.view.activity.SignCardAct"
  378. android:screenOrientation="portrait" />
  379. <activity
  380. android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
  381. android:screenOrientation="portrait" />
  382. <activity
  383. android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
  384. android:screenOrientation="portrait" />
  385. <activity
  386. android:name="com.sheep.gamegroup.view.activity.SignRechargeAct"
  387. android:screenOrientation="portrait" />
  388. <activity
  389. android:name="com.sheep.gamegroup.view.activity.ActXiaomiGame"
  390. android:screenOrientation="portrait" />
  391. <activity
  392. android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
  393. android:screenOrientation="user"
  394. android:theme="@style/MyDialogActivityTheme" />
  395. <!-- 友盟start -->
  396. <meta-data
  397. android:name="UMENG_APPKEY"
  398. android:value="${umeng_app_key}" />
  399. <meta-data
  400. android:name="UMENG_CHANNEL"
  401. android:value="xxx" />
  402. <!-- 极光推送 -->
  403. <!-- For test only 测试状态通知栏,需要打开的Activity -->
  404. <activity
  405. android:name="com.sheep.gamegroup.view.activity.MiddleAct"
  406. android:exported="false">
  407. <intent-filter>
  408. <action android:name="jpush.testAction" />
  409. <category android:name="jpush.testCategory" />
  410. </intent-filter>
  411. </activity>
  412. <!-- Rich push 核心功能 since 2.0.6 -->
  413. <activity
  414. android:name="cn.jpush.android.ui.PopWinActivity"
  415. android:exported="false"
  416. android:theme="@style/MyDialogStyle" />
  417. <!-- Required SDK核心功能 -->
  418. <activity
  419. android:name="cn.jpush.android.ui.PushActivity"
  420. android:configChanges="orientation|keyboardHidden"
  421. android:exported="false"
  422. android:theme="@android:style/Theme.NoTitleBar">
  423. <intent-filter>
  424. <action android:name="cn.jpush.android.ui.PushActivity" />
  425. <category android:name="android.intent.category.DEFAULT" />
  426. <category android:name="${applicationId}" />
  427. </intent-filter>
  428. </activity>
  429. <!-- Required SDK 核心功能 -->
  430. <!-- 可配置android:process参数将PushService放在其他进程中 -->
  431. <service
  432. android:name="cn.jpush.android.service.PushService"
  433. android:exported="false"
  434. android:process=":mult">
  435. <intent-filter>
  436. <action android:name="cn.jpush.android.intent.REGISTER" />
  437. <action android:name="cn.jpush.android.intent.REPORT" />
  438. <action android:name="cn.jpush.android.intent.PushService" />
  439. <action android:name="cn.jpush.android.intent.PUSH_TIME" />
  440. </intent-filter>
  441. </service>
  442. <!-- since 3.0.9 Required SDK 核心功能 -->
  443. <provider
  444. android:name="cn.jpush.android.service.DataProvider"
  445. android:authorities="${applicationId}.DataProvider"
  446. android:exported="false" />
  447. <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
  448. <!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 -->
  449. <service
  450. android:name="cn.jpush.android.service.DaemonService"
  451. android:enabled="true"
  452. android:exported="true">
  453. <intent-filter>
  454. <action android:name="cn.jpush.android.intent.DaemonService" />
  455. <category android:name="${applicationId}" />
  456. </intent-filter>
  457. </service>
  458. <!-- since 3.1.0 Required SDK 核心功能 -->
  459. <provider
  460. android:name="cn.jpush.android.service.DownloadProvider"
  461. android:authorities="${applicationId}.DownloadProvider"
  462. android:exported="true" />
  463. <!-- Required SDK核心功能 -->
  464. <receiver
  465. android:name="cn.jpush.android.service.PushReceiver"
  466. android:enabled="true"
  467. android:exported="false">
  468. <intent-filter android:priority="1000">
  469. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 -->
  470. <category android:name="${applicationId}" />
  471. </intent-filter>
  472. <intent-filter>
  473. <action android:name="android.intent.action.USER_PRESENT" />
  474. <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  475. </intent-filter>
  476. <!-- Optional -->
  477. <intent-filter>
  478. <action android:name="android.intent.action.PACKAGE_ADDED" />
  479. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  480. <data android:scheme="package" />
  481. </intent-filter>
  482. </receiver>
  483. <!-- Required SDK核心功能 -->
  484. <receiver
  485. android:name="cn.jpush.android.service.AlarmReceiver"
  486. android:exported="false" />
  487. <!-- User defined. For test only 用户自定义的广播接收器 -->
  488. <receiver
  489. android:name="com.sheep.gamegroup.receiver.SheepJpushReceiver"
  490. android:enabled="true"
  491. android:exported="false">
  492. <intent-filter>
  493. <action android:name="cn.jpush.android.intent.REGISTRATION" /> <!-- Required 用户注册SDK的intent -->
  494. <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> <!-- Required 用户接收SDK消息的intent -->
  495. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> <!-- Required 用户接收SDK通知栏信息的intent -->
  496. <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> <!-- Required 用户打开自定义通知栏的intent -->
  497. <action android:name="cn.jpush.android.intent.CONNECTION" /> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
  498. <category android:name="${applicationId}" />
  499. </intent-filter>
  500. </receiver>
  501. <!-- User defined. For test only 用户自定义接收消息器,3.0.7开始支持,目前新tag/alias接口设置结果会在该广播接收器对应的方法中回调 -->
  502. <receiver android:name="com.sheep.gamegroup.receiver.SheepJpushMessageReceiver">
  503. <intent-filter>
  504. <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
  505. <category android:name="${applicationId}" />
  506. </intent-filter>
  507. </receiver>
  508. <!-- Required . Enable it you can get statistics data with channel -->
  509. <meta-data
  510. android:name="JPUSH_CHANNEL"
  511. android:value="developer-default" />
  512. <meta-data
  513. android:name="JPUSH_APPKEY"
  514. android:value="${jpush_appkey}" /> <!-- </>值来自开发者平台取得的AppKey -->
  515. <!-- 极光推送end -->
  516. <!-- div start -->
  517. <activity
  518. android:name="com.sheep.gamegroup.view.activity.RechargeAct"
  519. android:screenOrientation="portrait" />
  520. <activity
  521. android:name="com.sheep.gamegroup.view.activity.RechargeQAct"
  522. android:screenOrientation="portrait" />
  523. <activity
  524. android:name="com.sheep.gamegroup.view.activity.RechargeResultAct"
  525. android:screenOrientation="portrait" />
  526. <!-- div end -->
  527. <!-- alipay 支付宝 sdk begin -->
  528. <activity
  529. android:name="com.alipay.sdk.app.H5PayActivity"
  530. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  531. android:exported="false"
  532. android:screenOrientation="behind"
  533. android:windowSoftInputMode="adjustResize|stateHidden" />
  534. <!-- alipay 支付宝 sdk end -->
  535. <!-- 百度定位 sdk start -->
  536. <meta-data
  537. android:name="com.baidu.lbsapi.API_KEY"
  538. android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL" />
  539. <service
  540. android:name="com.baidu.location.f"
  541. android:enabled="true"
  542. android:process=":remote" />
  543. <!-- 百度定位 sdk end -->
  544. <activity
  545. android:name="com.sheep.gamegroup.view.activity.ActNotice"
  546. android:screenOrientation="portrait" />
  547. <activity
  548. android:name="com.sheep.gamegroup.view.activity.ActGuide"
  549. android:screenOrientation="portrait" />
  550. <activity
  551. android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
  552. android:screenOrientation="portrait" />
  553. <activity
  554. android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
  555. android:screenOrientation="portrait" />
  556. <activity
  557. android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
  558. android:screenOrientation="portrait" />
  559. <activity
  560. android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
  561. android:screenOrientation="portrait" />
  562. <activity
  563. android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
  564. android:screenOrientation="portrait" />
  565. <activity
  566. android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
  567. android:screenOrientation="portrait" />
  568. <activity
  569. android:name="com.sheep.gamegroup.view.activity.ActFindGame"
  570. android:screenOrientation="portrait" />
  571. <activity
  572. android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
  573. android:configChanges="orientation|screenSize|keyboardHidden" />
  574. <activity
  575. android:name="com.sheep.gamegroup.view.activity.ActReservation"
  576. android:screenOrientation="portrait" />
  577. <activity
  578. android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
  579. android:screenOrientation="portrait" />
  580. <activity
  581. android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
  582. android:screenOrientation="portrait" />
  583. <activity
  584. android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
  585. android:screenOrientation="portrait" />
  586. <activity
  587. android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
  588. android:screenOrientation="portrait" />
  589. <activity
  590. android:name="com.sheep.gamegroup.view.activity.ActSetting"
  591. android:screenOrientation="portrait" />
  592. <activity
  593. android:name="com.sheep.gamegroup.view.activity.ActMsg"
  594. android:screenOrientation="portrait" />
  595. <activity
  596. android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
  597. android:screenOrientation="portrait" />
  598. <activity
  599. android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
  600. android:screenOrientation="portrait" />
  601. <activity
  602. android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
  603. android:screenOrientation="portrait" />
  604. <activity
  605. android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
  606. android:screenOrientation="portrait" />
  607. <activity
  608. android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
  609. android:screenOrientation="portrait" />
  610. <activity
  611. android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
  612. android:screenOrientation="portrait" />
  613. <activity
  614. android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
  615. android:screenOrientation="portrait" />
  616. <activity
  617. android:name="com.sheep.gamegroup.view.activity.ActEverydayPlayGame"
  618. android:screenOrientation="portrait" />
  619. <activity
  620. android:name="com.sheep.gamegroup.view.activity.ActPlayGameDetail"
  621. android:screenOrientation="portrait" />
  622. <activity
  623. android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
  624. android:screenOrientation="portrait" />
  625. <activity
  626. android:name="com.sheep.gamegroup.view.activity.ActInvitation"
  627. android:screenOrientation="portrait" />
  628. <!-- start幂动科技 -->
  629. <activity
  630. android:name="com.sheep.gamegroup.view.activity.ActMiDong"
  631. android:screenOrientation="portrait" />
  632. <activity
  633. android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
  634. android:exported="true"
  635. android:screenOrientation="portrait" />
  636. <activity
  637. android:name="com.sheep.gamegroup.view.activity.ActPay"
  638. android:exported="true"
  639. android:screenOrientation="user" />
  640. <service
  641. android:name="com.mdad.sdk.mdsdk.monitor.MonitorService"
  642. android:enabled="true"
  643. android:priority="1000" />
  644. <receiver
  645. android:name="com.mdad.sdk.mdsdk.AppInstallReceiver"
  646. android:enabled="true"
  647. android:exported="true">
  648. <intent-filter>
  649. <action android:name="android.intent.action.PACKAGE_ADDED" />
  650. <action android:name="android.intent.action.PACKAGE_REPLACED" />
  651. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  652. <data android:scheme="package" />
  653. </intent-filter>
  654. </receiver>
  655. <receiver
  656. android:name="com.mdad.sdk.mdsdk.DownloadCompleteReceiver"
  657. android:enabled="true"
  658. android:exported="true">
  659. <intent-filter>
  660. <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
  661. <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />
  662. </intent-filter>
  663. </receiver>
  664. <!-- end幂动科技 -->
  665. <!-- start 有米科技 -->
  666. <activity
  667. android:name="com.youmi.android.offerdemo.PermissionCheckActivity"
  668. android:screenOrientation="portrait" />
  669. <activity
  670. android:name="com.youmi.android.offerdemo.YoumiOffersAdsDemo"
  671. android:screenOrientation="portrait" />
  672. <!-- end 有米科技 -->
  673. <!-- 搜索界面 -->
  674. <activity
  675. android:name=".ui.activity.SearchActivity"
  676. android:screenOrientation="portrait"
  677. android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar" />
  678. </application>
  679. </manifest>