AndroidManifest.xml 41 KB

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