AndroidManifest.xml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  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=".ui.activity.SignActivity"-->
  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.SplashAct"
  173. android:screenOrientation="portrait"
  174. android:theme="@style/SplashTheme">
  175. <intent-filter>
  176. <action android:name="android.intent.action.MAIN" />
  177. <category android:name="android.intent.category.LAUNCHER" />
  178. </intent-filter>
  179. </activity>
  180. <activity
  181. android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
  182. android:configChanges="keyboardHidden|screenSize|orientation"
  183. android:exported="true"
  184. android:hardwareAccelerated="true"
  185. android:launchMode="singleTask"
  186. android:screenOrientation="portrait"
  187. android:theme="@style/AppTheme"
  188. android:windowSoftInputMode="adjustPan|stateHidden">
  189. <intent-filter android:autoVerify="true">
  190. <!-- 协议部分,随便设置 -->
  191. <data
  192. android:host="small.kfzs.com"
  193. android:scheme="sheep" />
  194. <!-- 下面这几行也必须得设置 -->
  195. <category android:name="android.intent.category.DEFAULT" />
  196. <action android:name="android.intent.action.VIEW" />
  197. <category android:name="android.intent.category.BROWSABLE" />
  198. </intent-filter>
  199. </activity>
  200. <activity
  201. android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
  202. android:screenOrientation="portrait" />
  203. <activity
  204. android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
  205. android:screenOrientation="portrait" />
  206. <activity
  207. android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
  208. android:screenOrientation="portrait" />
  209. <activity
  210. android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
  211. android:screenOrientation="portrait" />
  212. <activity
  213. android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
  214. android:screenOrientation="portrait" />
  215. <activity
  216. android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
  217. android:screenOrientation="portrait" />
  218. <activity
  219. android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
  220. android:launchMode="singleTask" />
  221. <activity
  222. android:name="com.sheep.gamegroup.view.activity.TaskListAct"
  223. android:screenOrientation="portrait" />
  224. <activity
  225. android:name="com.sheep.gamegroup.view.activity.ActAudit"
  226. android:screenOrientation="portrait" />
  227. <activity
  228. android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
  229. android:screenOrientation="portrait" />
  230. <activity
  231. android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
  232. android:screenOrientation="portrait" />
  233. <activity
  234. android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
  235. android:launchMode="singleTask"
  236. android:screenOrientation="portrait" />
  237. <activity
  238. android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
  239. android:launchMode="singleTask"
  240. android:screenOrientation="portrait" />
  241. <activity
  242. android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
  243. android:screenOrientation="portrait" />
  244. <activity
  245. android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
  246. android:theme="@style/MyDialogActivityTheme" />
  247. <!-- &lt;!&ndash;半袋米首页&ndash;&gt; -->
  248. <!-- <activity -->
  249. <!-- android:name="com.kfzs.duanduan.ActMain" -->
  250. <!-- android:configChanges="keyboardHidden|screenSize|orientation" -->
  251. <!-- android:exported="true" -->
  252. <!-- android:hardwareAccelerated="true" -->
  253. <!-- android:launchMode="singleTask" -->
  254. <!-- android:screenOrientation="portrait" -->
  255. <!-- android:theme="@style/AppTheme" -->
  256. <!-- android:windowSoftInputMode="adjustPan|stateHidden"> -->
  257. <!-- <intent-filter> -->
  258. <!-- <category android:name="android.intent.category.DEFAULT" /> -->
  259. <!-- <action android:name="android.intent.action.VIEW" /> -->
  260. <!-- </intent-filter> -->
  261. <!-- </activity> -->
  262. <activity
  263. android:name="com.sheep.gamegroup.view.activity.ActMain"
  264. android:configChanges="keyboardHidden|screenSize|orientation"
  265. android:exported="true"
  266. android:hardwareAccelerated="true"
  267. android:launchMode="singleTask"
  268. android:screenOrientation="portrait"
  269. android:theme="@style/AppTheme"
  270. android:windowSoftInputMode="adjustPan|stateHidden">
  271. <intent-filter>
  272. <category android:name="android.intent.category.DEFAULT" />
  273. <action android:name="android.intent.action.VIEW" />
  274. </intent-filter>
  275. </activity>
  276. <activity
  277. android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
  278. android:screenOrientation="portrait" />
  279. <activity
  280. android:name="com.sheep.gamegroup.view.activity.ActExchangeCMCC"
  281. android:screenOrientation="portrait" />
  282. <activity
  283. android:name="com.sheep.gamegroup.view.activity.ActDownloadMgr"
  284. android:hardwareAccelerated="false"
  285. android:screenOrientation="portrait" />
  286. <!-- <provider -->
  287. <!-- android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider" -->
  288. <!-- android:authorities="com.kfzs.duanduan.data.graph.provider.${DUANDUAN_GRAPH}" -->
  289. <!-- android:exported="true" /> -->
  290. <receiver android:name="com.sheep.gamegroup.receiver.AppAddOrDelReceiver">
  291. <intent-filter>
  292. <action android:name="android.intent.action.PACKAGE_ADDED" />
  293. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  294. <action android:name="android.intent.action.PACKAGE_REPLACED" />
  295. <data android:scheme="package" />
  296. </intent-filter>
  297. </receiver>
  298. <activity
  299. android:name="com.tencent.tauth.AuthActivity"
  300. android:launchMode="singleTask"
  301. android:noHistory="true">
  302. <intent-filter>
  303. <action android:name="android.intent.action.VIEW" />
  304. <category android:name="android.intent.category.DEFAULT" />
  305. <category android:name="android.intent.category.BROWSABLE" />
  306. <data android:scheme="tencent101461115" />
  307. </intent-filter>
  308. </activity>
  309. <activity
  310. android:name="com.tencent.connect.common.AssistActivity"
  311. android:configChanges="orientation|keyboardHidden|screenSize"
  312. android:screenOrientation="portrait" />
  313. <activity
  314. android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
  315. android:screenOrientation="portrait"
  316. android:windowSoftInputMode="stateVisible|adjustPan" />
  317. <activity
  318. android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
  319. android:screenOrientation="portrait" />
  320. <activity
  321. android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
  322. android:screenOrientation="portrait"
  323. android:windowSoftInputMode="stateVisible|adjustPan" />
  324. <activity
  325. android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
  326. android:screenOrientation="portrait" />
  327. <activity
  328. android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
  329. android:screenOrientation="portrait" />
  330. <activity
  331. android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
  332. android:screenOrientation="portrait" />
  333. <activity
  334. android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
  335. android:screenOrientation="portrait"
  336. android:windowSoftInputMode="stateVisible|adjustPan" />
  337. <activity
  338. android:name="me.iwf.photopicker.PhotoPickerActivity"
  339. android:screenOrientation="portrait"
  340. android:theme="@style/Theme.AppCompat.NoActionBar" />
  341. <activity
  342. android:name="me.iwf.photopicker.PhotoPagerActivity"
  343. android:screenOrientation="portrait"
  344. android:theme="@style/Theme.AppCompat.NoActionBar" />
  345. <activity
  346. android:name="com.yalantis.ucrop.UCropActivity"
  347. android:screenOrientation="portrait"
  348. android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
  349. <activity
  350. android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList"
  351. android:screenOrientation="portrait" />
  352. <activity
  353. android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep"
  354. android:screenOrientation="portrait" />
  355. <activity
  356. android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList"
  357. android:screenOrientation="portrait" />
  358. <activity
  359. android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
  360. android:screenOrientation="portrait" />
  361. <activity
  362. android:name="com.sheep.gamegroup.view.activity.ActXianWanWeb"
  363. android:screenOrientation="portrait" />
  364. <activity
  365. android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
  366. android:screenOrientation="portrait" />
  367. <activity
  368. android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
  369. android:screenOrientation="portrait" />
  370. <activity
  371. android:name="com.sheep.gamegroup.view.activity.ActWeb"
  372. android:screenOrientation="portrait" />
  373. <activity
  374. android:name="com.sheep.gamegroup.view.activity.ActWebX5"
  375. android:screenOrientation="portrait" />
  376. <activity
  377. android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
  378. android:screenOrientation="portrait" />
  379. <activity
  380. android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
  381. android:screenOrientation="portrait" />
  382. <activity
  383. android:name="com.sheep.gamegroup.view.activity.ActSignCard"
  384. android:screenOrientation="portrait" />
  385. <activity
  386. android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
  387. android:screenOrientation="portrait" />
  388. <activity
  389. android:name="com.sheep.gamegroup.view.activity.SignCardAct"
  390. android:screenOrientation="portrait" />
  391. <activity
  392. android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
  393. android:screenOrientation="portrait" />
  394. <activity
  395. android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
  396. android:screenOrientation="portrait" />
  397. <activity
  398. android:name="com.sheep.gamegroup.view.activity.SignRechargeAct"
  399. android:screenOrientation="portrait" />
  400. <activity
  401. android:name="com.sheep.gamegroup.view.activity.ActUserNoviceGuidance"
  402. android:screenOrientation="portrait" />
  403. <activity
  404. android:name="com.sheep.gamegroup.view.activity.ActXiaomiGame"
  405. android:screenOrientation="portrait" />
  406. <activity
  407. android:name="com.sheep.gamegroup.view.activity.ActTestExpression"
  408. android:screenOrientation="portrait" />
  409. <activity
  410. android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
  411. android:screenOrientation="user"
  412. android:theme="@style/MyDialogActivityTheme" />
  413. <activity
  414. android:name="com.sheep.gamegroup.view.activity.ActPlayVideo"
  415. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  416. android:screenOrientation="user"
  417. android:theme="@style/AppTheme.noTitleBar" />
  418. <activity
  419. android:name="com.sheep.gamegroup.view.activity.ActPlayVideoArticle"
  420. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  421. android:screenOrientation="user"
  422. android:theme="@style/AppTheme.noTitleBar" />
  423. <activity
  424. android:name="com.sheep.gamegroup.view.activity.ActInputAndPickerImg"
  425. android:theme="@style/AppTheme.translucent" />
  426. <activity
  427. android:name="com.sheep.gamegroup.view.activity.ActVideoComment"
  428. android:theme="@style/AppTheme.fullTranslucent" />
  429. <!-- 友盟start -->
  430. <meta-data
  431. android:name="UMENG_APPKEY"
  432. android:value="${umeng_app_key}" />
  433. <meta-data
  434. android:name="UMENG_CHANNEL"
  435. android:value="xxx" />
  436. <!-- 极光推送 -->
  437. <!-- For test only 测试状态通知栏,需要打开的Activity -->
  438. <activity
  439. android:name="com.sheep.gamegroup.view.activity.MiddleAct"
  440. android:exported="false">
  441. <intent-filter>
  442. <action android:name="jpush.testAction" />
  443. <category android:name="jpush.testCategory" />
  444. </intent-filter>
  445. </activity>
  446. <!-- Rich push 核心功能 since 2.0.6 -->
  447. <activity
  448. android:name="cn.jpush.android.ui.PopWinActivity"
  449. android:exported="false"
  450. android:theme="@style/MyDialogStyle" />
  451. <!-- Required SDK核心功能 -->
  452. <activity
  453. android:name="cn.jpush.android.ui.PushActivity"
  454. android:configChanges="orientation|keyboardHidden"
  455. android:exported="false"
  456. android:theme="@android:style/Theme.NoTitleBar">
  457. <intent-filter>
  458. <action android:name="cn.jpush.android.ui.PushActivity" />
  459. <category android:name="android.intent.category.DEFAULT" />
  460. <category android:name="${applicationId}" />
  461. </intent-filter>
  462. </activity>
  463. <!-- Required SDK 核心功能 -->
  464. <!-- 可配置android:process参数将PushService放在其他进程中 -->
  465. <service
  466. android:name="cn.jpush.android.service.PushService"
  467. android:exported="false"
  468. android:process=":mult">
  469. <intent-filter>
  470. <action android:name="cn.jpush.android.intent.REGISTER" />
  471. <action android:name="cn.jpush.android.intent.REPORT" />
  472. <action android:name="cn.jpush.android.intent.PushService" />
  473. <action android:name="cn.jpush.android.intent.PUSH_TIME" />
  474. </intent-filter>
  475. </service>
  476. <!-- since 3.0.9 Required SDK 核心功能 -->
  477. <provider
  478. android:name="cn.jpush.android.service.DataProvider"
  479. android:authorities="${applicationId}.DataProvider"
  480. android:exported="false" />
  481. <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
  482. <!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 -->
  483. <service
  484. android:name="cn.jpush.android.service.DaemonService"
  485. android:enabled="true"
  486. android:exported="true">
  487. <intent-filter>
  488. <action android:name="cn.jpush.android.intent.DaemonService" />
  489. <category android:name="${applicationId}" />
  490. </intent-filter>
  491. </service>
  492. <!-- since 3.1.0 Required SDK 核心功能 -->
  493. <provider
  494. android:name="cn.jpush.android.service.DownloadProvider"
  495. android:authorities="${applicationId}.DownloadProvider"
  496. android:exported="true" />
  497. <!-- Required SDK核心功能 -->
  498. <receiver
  499. android:name="cn.jpush.android.service.PushReceiver"
  500. android:enabled="true"
  501. android:exported="false">
  502. <intent-filter android:priority="1000">
  503. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 -->
  504. <category android:name="${applicationId}" />
  505. </intent-filter>
  506. <intent-filter>
  507. <action android:name="android.intent.action.USER_PRESENT" />
  508. <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
  509. </intent-filter>
  510. <!-- Optional -->
  511. <intent-filter>
  512. <action android:name="android.intent.action.PACKAGE_ADDED" />
  513. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  514. <data android:scheme="package" />
  515. </intent-filter>
  516. </receiver>
  517. <!-- Required SDK核心功能 -->
  518. <receiver
  519. android:name="cn.jpush.android.service.AlarmReceiver"
  520. android:exported="false" />
  521. <!-- User defined. For test only 用户自定义的广播接收器 -->
  522. <receiver
  523. android:name="com.sheep.gamegroup.receiver.SheepJpushReceiver"
  524. android:enabled="true"
  525. android:exported="false">
  526. <intent-filter>
  527. <action android:name="cn.jpush.android.intent.REGISTRATION" /> <!-- Required 用户注册SDK的intent -->
  528. <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> <!-- Required 用户接收SDK消息的intent -->
  529. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> <!-- Required 用户接收SDK通知栏信息的intent -->
  530. <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> <!-- Required 用户打开自定义通知栏的intent -->
  531. <action android:name="cn.jpush.android.intent.CONNECTION" /> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
  532. <category android:name="${applicationId}" />
  533. </intent-filter>
  534. </receiver>
  535. <!-- User defined. For test only 用户自定义接收消息器,3.0.7开始支持,目前新tag/alias接口设置结果会在该广播接收器对应的方法中回调 -->
  536. <receiver android:name="com.sheep.gamegroup.receiver.SheepJpushMessageReceiver">
  537. <intent-filter>
  538. <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
  539. <category android:name="${applicationId}" />
  540. </intent-filter>
  541. </receiver>
  542. <!-- Required . Enable it you can get statistics data with channel -->
  543. <meta-data
  544. android:name="JPUSH_CHANNEL"
  545. android:value="developer-default" />
  546. <meta-data
  547. android:name="JPUSH_APPKEY"
  548. android:value="${jpush_appkey}" /> <!-- </>值来自开发者平台取得的AppKey -->
  549. <!-- 极光推送end -->
  550. <!-- div start -->
  551. <activity
  552. android:name="com.sheep.gamegroup.view.activity.RechargeAct"
  553. android:screenOrientation="portrait" />
  554. <activity
  555. android:name="com.sheep.gamegroup.view.activity.RechargeQAct"
  556. android:screenOrientation="portrait" />
  557. <activity
  558. android:name="com.sheep.gamegroup.view.activity.RechargeResultAct"
  559. android:screenOrientation="portrait" />
  560. <!-- div end -->
  561. <!-- alipay 支付宝 sdk begin -->
  562. <activity
  563. android:name="com.alipay.sdk.app.H5PayActivity"
  564. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  565. android:exported="false"
  566. android:screenOrientation="behind"
  567. android:windowSoftInputMode="adjustResize|stateHidden" />
  568. <!-- alipay 支付宝 sdk end -->
  569. <!-- 百度定位 sdk start -->
  570. <meta-data
  571. android:name="com.baidu.lbsapi.API_KEY"
  572. android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL" />
  573. </meta-data>
  574. <service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote"> </service>
  575. <!-- 百度定位 sdk end -->
  576. <activity android:name="com.sheep.gamegroup.view.activity.ActNotice"
  577. android:screenOrientation="portrait"/>
  578. <activity android:name="com.sheep.gamegroup.view.activity.ActGuide"
  579. android:screenOrientation="portrait"/>
  580. <activity android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
  581. android:screenOrientation="portrait"/>
  582. <activity android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
  583. android:screenOrientation="portrait"/>
  584. <activity android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
  585. android:screenOrientation="portrait"/>
  586. <activity android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
  587. android:screenOrientation="portrait"/>
  588. <activity android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
  589. android:screenOrientation="portrait"/>
  590. <activity android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
  591. android:screenOrientation="portrait"/>
  592. <activity android:name="com.sheep.gamegroup.view.activity.ActFindGame"
  593. android:screenOrientation="portrait"/>
  594. <activity android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
  595. android:screenOrientation="portrait"
  596. android:configChanges="orientation|screenSize|keyboardHidden"/>
  597. <activity android:name="com.sheep.gamegroup.view.activity.ActReservation"
  598. android:screenOrientation="portrait"/>
  599. <activity android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
  600. android:screenOrientation="portrait"/>
  601. <activity android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
  602. android:screenOrientation="portrait"/>
  603. <activity android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
  604. android:screenOrientation="portrait"/>
  605. <activity android:name="com.sheep.gamegroup.view.activity.ActSetting"
  606. android:screenOrientation="portrait"/>
  607. <activity android:name="com.sheep.gamegroup.view.activity.ActivityMessages"
  608. android:screenOrientation="portrait"/>
  609. <activity
  610. android:name="com.sheep.gamegroup.view.activity.ActMainGame"
  611. android:screenOrientation="portrait" />
  612. <activity android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
  613. android:screenOrientation="portrait"/>
  614. <activity android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
  615. android:screenOrientation="portrait"/>
  616. <activity android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
  617. android:screenOrientation="portrait"/>
  618. <activity android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
  619. android:screenOrientation="portrait"/>
  620. <activity android:name="com.sheep.gamegroup.view.activity.MessageReplyDetailActivity"
  621. android:screenOrientation="portrait"/>
  622. <activity android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
  623. android:exported="true"/>
  624. <!--start幂动科技-->
  625. <activity android:name="com.sheep.gamegroup.view.activity.ActMiDong"
  626. android:screenOrientation="portrait"/>
  627. <service
  628. android:name="com.baidu.location.f"
  629. android:enabled="true"
  630. android:process=":remote" />
  631. <!-- 百度定位 sdk end -->
  632. <activity
  633. android:name="com.sheep.gamegroup.view.activity.ActNotice"
  634. android:screenOrientation="portrait" />
  635. <activity
  636. android:name="com.sheep.gamegroup.view.activity.ActGuide"
  637. android:screenOrientation="portrait" />
  638. <activity
  639. android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
  640. android:screenOrientation="portrait" />
  641. <activity
  642. android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
  643. android:screenOrientation="portrait" />
  644. <activity
  645. android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
  646. android:screenOrientation="portrait" />
  647. <activity
  648. android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
  649. android:screenOrientation="portrait" />
  650. <activity
  651. android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
  652. android:screenOrientation="portrait" />
  653. <activity
  654. android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
  655. android:screenOrientation="portrait" />
  656. <!--<activity-->
  657. <!--android:name="com.sheep.gamegroup.view.activity.ActFindGame"-->
  658. <!--android:screenOrientation="portrait" />-->
  659. <activity
  660. android:name="com.sheep.gamegroup.view.activity.ActArticle"
  661. android:configChanges="orientation|screenSize|keyboardHidden" />
  662. <!--小绵羊 3.4.2 合并资讯与资讯评论界面,且默认不显示输入法-->
  663. <activity
  664. android:name="com.sheep.gamegroup.view.activity.ActArticleComment"
  665. android:windowSoftInputMode="adjustUnspecified|stateHidden"
  666. android:configChanges="orientation|keyboardHidden"
  667. android:screenOrientation="portrait" />
  668. <activity
  669. android:name="com.sheep.gamegroup.view.activity.ActReservation"
  670. android:screenOrientation="portrait" />
  671. <activity
  672. android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
  673. android:screenOrientation="portrait" />
  674. <activity
  675. android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
  676. android:screenOrientation="portrait" />
  677. <activity
  678. android:name="com.sheep.gamegroup.view.activity.ActSearchAppOrTask"
  679. android:screenOrientation="portrait" />
  680. <activity
  681. android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
  682. android:screenOrientation="portrait" />
  683. <activity
  684. android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
  685. android:screenOrientation="portrait" />
  686. <activity
  687. android:name="com.sheep.gamegroup.view.activity.ActSetting"
  688. android:screenOrientation="portrait" />
  689. <activity
  690. android:name="com.sheep.gamegroup.view.activity.ActMsg"
  691. android:screenOrientation="portrait" />
  692. <activity
  693. android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
  694. android:screenOrientation="portrait" />
  695. <activity
  696. android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
  697. android:screenOrientation="portrait" />
  698. <activity
  699. android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
  700. android:screenOrientation="portrait" />
  701. <activity
  702. android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
  703. android:screenOrientation="portrait" />
  704. <activity
  705. android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
  706. android:screenOrientation="portrait" />
  707. <activity
  708. android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
  709. android:screenOrientation="portrait" />
  710. <activity
  711. android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
  712. android:screenOrientation="portrait" />
  713. <activity
  714. android:name="com.sheep.gamegroup.view.activity.ActPlayGameList"
  715. android:screenOrientation="portrait" />
  716. <activity
  717. android:name="com.sheep.gamegroup.view.activity.ActPlayGameUserLikeList"
  718. android:screenOrientation="portrait" />
  719. <activity
  720. android:name="com.sheep.gamegroup.view.activity.ActPlayGameRecommendList"
  721. android:screenOrientation="portrait" />
  722. <activity
  723. android:name="com.sheep.gamegroup.view.activity.ActGcGameAppDetail"
  724. android:screenOrientation="portrait" />
  725. <activity
  726. android:name="com.sheep.gamegroup.view.activity.ActCommentGameApp"
  727. android:screenOrientation="portrait" />
  728. <activity
  729. android:name="com.sheep.gamegroup.view.activity.ActUserCommentDetail"
  730. android:screenOrientation="portrait" />
  731. <activity
  732. android:name="com.sheep.gamegroup.view.activity.ActUserAppHome"
  733. android:screenOrientation="portrait" />
  734. <activity
  735. android:name="com.sheep.gamegroup.view.activity.ActPlayGameDetail"
  736. android:screenOrientation="portrait" />
  737. <activity
  738. android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
  739. android:screenOrientation="portrait" />
  740. <activity
  741. android:name="com.sheep.gamegroup.view.activity.ActInvitation"
  742. android:screenOrientation="portrait" />
  743. <!-- start幂动科技 -->
  744. <activity
  745. android:name="com.sheep.gamegroup.view.activity.ActMiDong"
  746. android:screenOrientation="portrait" />
  747. <service
  748. android:name="com.mdad.sdk.mdsdk.monitor.MonitorService"
  749. android:enabled="true"
  750. android:priority="1000" />
  751. <receiver
  752. android:name="com.mdad.sdk.mdsdk.AppInstallReceiver"
  753. android:enabled="true"
  754. android:exported="true">
  755. <intent-filter>
  756. <action android:name="android.intent.action.PACKAGE_ADDED" />
  757. <action android:name="android.intent.action.PACKAGE_REPLACED" />
  758. <action android:name="android.intent.action.PACKAGE_REMOVED" />
  759. <data android:scheme="package" />
  760. </intent-filter>
  761. </receiver>
  762. <receiver
  763. android:name="com.mdad.sdk.mdsdk.DownloadCompleteReceiver"
  764. android:enabled="true"
  765. android:exported="true">
  766. <intent-filter>
  767. <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
  768. <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />
  769. </intent-filter>
  770. </receiver>
  771. <!-- end幂动科技 -->
  772. <!-- start 小绵羊sdk相关 -->
  773. <activity
  774. android:name="com.sheep.gamegroup.view.activity.ActPay"
  775. android:exported="true"
  776. android:screenOrientation="user" />
  777. <activity
  778. android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
  779. android:exported="true"
  780. android:screenOrientation="portrait" />
  781. <!-- end 小绵羊sdk相关 -->
  782. <!-- 签到 -->
  783. <activity
  784. android:name=".ui.activity.SignActivity"
  785. android:screenOrientation="portrait"
  786. android:theme="@style/AppTheme.NoTitleBar.AlphaStatusBar" />
  787. <!-- 活动规则 -->
  788. <activity
  789. android:name=".ui.activity.ActiveRuleActivity"
  790. android:screenOrientation="portrait" />
  791. <!-- 小绵羊3.4.5 我的关注 -->
  792. <activity
  793. android:name="com.sheep.gamegroup.view.activity.ActMyFocus"
  794. android:screenOrientation="portrait" />
  795. <!-- 小绵羊3.4.5 足迹 -->
  796. <activity
  797. android:name="com.sheep.gamegroup.view.activity.ActFootprint"
  798. android:screenOrientation="portrait" />
  799. <!-- 小绵羊3.4.5 收徒红包 -->
  800. <activity
  801. android:name="com.sheep.gamegroup.view.activity.ActApprenticeRedPacket"
  802. android:screenOrientation="portrait" />
  803. <!-- 小绵羊3.4.5 兑换商城 -->
  804. <activity
  805. android:name="com.sheep.gamegroup.view.activity.ActExchangeMall"
  806. android:screenOrientation="portrait" />
  807. <!-- 小绵羊3.4.5 每日分享 -->
  808. <activity
  809. android:name="com.sheep.gamegroup.view.activity.ActEveryDayShare"
  810. android:screenOrientation="portrait" />
  811. <!-- 小绵羊3.4.5 娱乐抽奖 -->
  812. <activity
  813. android:name="com.sheep.gamegroup.view.activity.ActEntertainmentLuckDraw"
  814. android:screenOrientation="portrait" />
  815. <!-- 小绵羊3.4.5 金币中心 -->
  816. <activity
  817. android:name="com.sheep.gamegroup.view.activity.ActCoinCenter"
  818. android:screenOrientation="portrait" />
  819. <!-- 小绵羊3.4.5 发布发现内容 -->
  820. <activity
  821. android:name="com.sheep.gamegroup.view.activity.ActPublishArticle"
  822. android:screenOrientation="portrait" />
  823. <!-- 小绵羊3.4.5 选择图片与视频 -->
  824. <activity
  825. android:name="cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity"
  826. android:exported="true" />
  827. </application>
  828. </manifest>