AndroidManifest.xml 41 KB

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