AndroidManifest.xml 43 KB

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