AndroidManifest.xml 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  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 android:name="${applicationId}.permission.JPUSH_MESSAGE" android:protectionLevel="signature"/> <!-- Required 一些系统要求的权限,如访问网络等 -->
  8. <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT"/>
  9. <uses-permission android:name="android.permission.INTERNET"/>
  10. <uses-permission android:name="android.permission.WAKE_LOCK"/>
  11. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  12. <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  13. <uses-permission android:name="android.permission.READ_PHONE_STATE"/> <!-- 写入扩展存储,向扩展卡写入数据,用于写入离线定位数据 -->
  14. <uses-permission android:name="android.permission.WRITE_SETTINGS" tools:ignore="ProtectedPermissions"/>
  15. <uses-permission android:name="android.permission.VIBRATE"/>
  16. <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" tools:ignore="ProtectedPermissions"/>
  17. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
  18. <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/> <!-- Optional for location -->
  19. <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> <!-- 用于开启 debug 版本的应用在6.0 系统上 层叠窗口权限 -->
  20. <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/><!-- 这个权限用于访问GPS定位 -->
  21. <uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
  22. <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/><!-- 用于访问wifi网络信息,wifi信息会用于进行网络定位 -->
  23. <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS"/>
  24. <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE"/> <!-- 极光推送end -->
  25. <uses-permission android:name="android.permission.CAMERA"/>
  26. <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW"/>
  27. <uses-permission android:name="android.permission.REQUEST_MEDIA_PROJECTION"/>
  28. <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions"/>
  29. <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/> <!-- 必须的权限配置 -->
  30. <uses-permission android:name="android.permission.READ_LOGS" tools:ignore="ProtectedPermissions"/> <!-- 保存资源到SD卡 -->
  31. <!-- 添加如下权限,以便使用更多的第三方SDK和更精准的统计数据 -->
  32. <uses-permission android:name="com.android.alarm.permission.SET_ALARM"/>
  33. <uses-permission android:name="android.permission.ACCESS_SUPERUSER"/> <!-- 百度定位权限 start -->
  34. <uses-permission android:name="android.permission.RECORD_AUDIO"/>
  35. <uses-permission android:name="android.permission.READ_CONTACTS"/> <!-- 写联系人权限 -->
  36. <uses-permission android:name="android.permission.WRITE_CONTACTS"/> <!-- 读通话记录权限 -->
  37. <uses-permission android:name="android.permission.WRITE_CALL_LOG"/>
  38. <uses-permission android:name="android.permission.READ_CALL_LOG"/>
  39. <!--华硕设备必须-->
  40. <uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS"/>
  41. <uses-feature android:name="android.hardware.camera"/>
  42. <uses-feature android:name="android.hardware.camera.autofocus"/>
  43. <uses-sdk
  44. android:targetSdkVersion="30"
  45. tools:overrideLibrary="com.bun.miitmdid"
  46. tools:ignore="GradleOverrides"/>
  47. <permission
  48. android:name="android.permission.FLASHLIGHT"
  49. android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
  50. android:protectionLevel="normal"/>
  51. <application
  52. android:name=".SheepApp"
  53. android:allowBackup="true"
  54. android:fullBackupContent="@xml/backup_descriptor"
  55. android:icon="@mipmap/ic_launcher"
  56. android:label="@string/app_name"
  57. android:largeHeap="true"
  58. android:hardwareAccelerated="true"
  59. android:networkSecurityConfig="@xml/network_security_config"
  60. android:persistent="true"
  61. android:supportsRtl="true"
  62. android:theme="@style/AppTheme"
  63. android:usesCleartextTraffic="true"
  64. tools:replace="android:appComponentFactory"
  65. android:appComponentFactory="sheep">
  66. <service
  67. android:name="com.tencent.smtt.export.external.DexClassLoaderProviderService"
  68. android:label="dexopt"
  69. android:process=":dexopt">
  70. </service>
  71. <activity
  72. android:name="com.sheep.gamegroup.module.task.VideoTaskActivity"
  73. android:configChanges="keyboardHidden|navigation|orientation|screenSize"
  74. android:screenOrientation="portrait"
  75. android:theme="@style/AppThemeMain"/>
  76. <activity
  77. android:name="com.sheep.gamegroup.module.qrcode.ScanQRCodeActivity"
  78. android:configChanges="keyboardHidden|navigation|orientation|screenSize"
  79. android:screenOrientation="portrait"
  80. android:theme="@style/AppThemeMain"/>
  81. <service
  82. android:name=".service.SyncCheckService"
  83. android:enabled="true"
  84. android:exported="true">
  85. <intent-filter>
  86. <action android:name="com.sheep.jiuyan.samllsheep.CheckSync"/>
  87. </intent-filter>
  88. </service>
  89. <!--<meta-data-->
  90. <!--android:name="com.sheep.jiuyan.samllsheep.utils.GlideAppModuleModule"-->
  91. <!--android:value="AppGlideModule" />-->
  92. <meta-data
  93. android:name="design_width_in_dp"
  94. android:value="375"/>
  95. <meta-data
  96. android:name="design_height_in_dp"
  97. android:value="667"/>
  98. <uses-library
  99. android:name="org.apache.http.legacy"
  100. android:required="false"/>
  101. <activity
  102. android:name=".wxutil.WXUmengEntryActivity"
  103. android:exported="true"
  104. android:launchMode="singleTop"/>
  105. <receiver android:name="com.sheep.gamegroup.util.ProcessEventBroadCastReceiver" android:enabled="true" android:exported="true">
  106. <intent-filter>
  107. <action android:name="flag">
  108. </action>
  109. </intent-filter>
  110. </receiver>
  111. <activity
  112. android:name=".wxapi.WXEntryActivity"
  113. android:configChanges="keyboardHidden|navigation|orientation|screenSize"
  114. android:exported="true"
  115. android:launchMode="singleTask"/>
  116. <activity
  117. android:name=".wxapi.WXPayEntryActivity"
  118. android:exported="true"
  119. android:launchMode="singleTop"/>
  120. <activity
  121. android:name="com.ipaynow.plugin.inner_plugin.miniprogram.activity.MiniProgramPayActivity"
  122. android:configChanges="keyboardHidden|navigation|orientation|screenSize"
  123. android:launchMode="singleTask"
  124. android:screenOrientation="behind"
  125. android:theme="@android:style/Theme.Dialog"/>
  126. <activity
  127. android:name="com.sheep.gamegroup.view.activity.WebviewAct"
  128. android:screenOrientation="portrait"
  129. android:theme="@style/AppActionTheme"/>
  130. <service android:name=".service.DownloadService"/>
  131. <service
  132. android:name=".service.AutoCheckService"
  133. android:exported="false"
  134. android:priority="1000"
  135. android:process=":auto_check"/>
  136. <service android:name=".service.FloatShotScreenService"/>
  137. <service
  138. android:name=".service.ListenerShotService"
  139. android:enabled="true"
  140. android:exported="true"
  141. android:process=":listener"/>
  142. <service
  143. android:name=".service.ListenerShotNewService"
  144. android:enabled="true"
  145. android:exported="true"/>
  146. <provider
  147. android:name=".provider.SheepFileProvider"
  148. android:authorities="${applicationId}.fileprovider"
  149. android:exported="false"
  150. android:grantUriPermissions="true">
  151. <!-- 元数据 -->
  152. <meta-data
  153. android:name="android.support.FILE_PROVIDER_PATHS"
  154. android:resource="@xml/file_paths"/>
  155. </provider> <!-- 必须配置 -->
  156. <activity
  157. android:name="com.tencent.bugly.beta.ui.BetaActivity"
  158. android:configChanges="keyboardHidden|orientation|screenSize|locale"
  159. android:theme="@android:style/Theme.Translucent"/> <!-- 必须配置 fileProvider, 注意: android:authorities="${applicationId}.fileProvider" 不要直接copy,设置为你的包名.fileProvider -->
  160. <provider
  161. android:name="android.support.v4.content.FileProvider"
  162. android:authorities="${applicationId}.fileProvider"
  163. android:exported="false"
  164. android:grantUriPermissions="true">
  165. <meta-data
  166. android:name="android.support.FILE_PROVIDER_PATHS"
  167. android:resource="@xml/file_paths"/>
  168. </provider>
  169. <activity
  170. android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
  171. android:screenOrientation="behind"
  172. android:theme="@style/AppActionTheme"/>
  173. <activity
  174. android:name="com.sheep.gamegroup.view.activity.SplashAct"
  175. android:screenOrientation="portrait"
  176. android:theme="@style/SplashTheme">
  177. <intent-filter>
  178. <action android:name="android.intent.action.MAIN"/>
  179. <category android:name="android.intent.category.LAUNCHER"/>
  180. </intent-filter>
  181. </activity>
  182. <activity
  183. android:name="com.sheep.gamegroup.view.activity.ActYfX5"
  184. android:enabled="false"
  185. android:icon="@drawable/icon_yf"
  186. android:label="@string/app_name_yf"
  187. android:screenOrientation="portrait"
  188. android:taskAffinity="${applicationId}.yf"
  189. android:theme="@style/AppActionTheme">
  190. <intent-filter>
  191. <action android:name="android.intent.action.MAIN"/>
  192. <category android:name="android.intent.category.LAUNCHER"/>
  193. </intent-filter>
  194. </activity>
  195. <activity
  196. android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
  197. android:configChanges="keyboardHidden|screenSize|orientation"
  198. android:exported="true"
  199. android:hardwareAccelerated="true"
  200. android:launchMode="singleInstance"
  201. android:screenOrientation="portrait"
  202. android:theme="@style/AppTheme"
  203. android:windowSoftInputMode="adjustPan|stateHidden">
  204. <intent-filter android:autoVerify="true">
  205. <!-- 协议部分,随便设置 -->
  206. <data
  207. android:host="small.kfzs.com"
  208. android:scheme="sheep"/>
  209. <!-- 下面这几行也必须得设置 -->
  210. <category android:name="android.intent.category.DEFAULT"/>
  211. <action android:name="android.intent.action.VIEW"/>
  212. <category android:name="android.intent.category.BROWSABLE"/>
  213. </intent-filter>
  214. </activity>
  215. <activity
  216. android:name="com.sheep.gamegroup.view.activity.MiddleSchemeSingleAct"
  217. android:configChanges="keyboardHidden|screenSize|orientation"
  218. android:exported="true"
  219. android:hardwareAccelerated="true"
  220. android:launchMode="singleInstance"
  221. android:screenOrientation="behind"
  222. android:theme="@style/AppThemeTransparent"
  223. android:windowSoftInputMode="adjustPan|stateHidden">
  224. <intent-filter android:autoVerify="true">
  225. <!-- 协议部分,随便设置 -->
  226. <data
  227. android:host="smallsingle.kfzs.com"
  228. android:scheme="sheep"/>
  229. <!-- 下面这几行也必须得设置 -->
  230. <category android:name="android.intent.category.DEFAULT"/>
  231. <action android:name="android.intent.action.VIEW"/>
  232. <category android:name="android.intent.category.BROWSABLE"/>
  233. </intent-filter>
  234. </activity>
  235. <activity
  236. android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
  237. android:screenOrientation="portrait"
  238. android:theme="@style/AppTheme"/>
  239. <activity
  240. android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
  241. android:launchMode="singleTask"
  242. android:screenOrientation="portrait"
  243. android:theme="@style/AppActionTheme"/>
  244. <activity
  245. android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
  246. android:screenOrientation="portrait"
  247. android:theme="@style/AppActionTheme"/>
  248. <activity
  249. android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
  250. android:screenOrientation="portrait"
  251. android:theme="@style/AppActionTheme"/>
  252. <activity
  253. android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
  254. android:screenOrientation="portrait"
  255. android:theme="@style/AppActionTheme"/>
  256. <activity
  257. android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
  258. android:screenOrientation="portrait"
  259. android:theme="@style/AppActionTheme"/>
  260. <activity
  261. android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
  262. android:launchMode="singleTask"
  263. android:theme="@style/AppActionTheme"/>
  264. <activity
  265. android:name="com.sheep.gamegroup.view.activity.TaskListAct"
  266. android:screenOrientation="portrait"
  267. android:theme="@style/AppActionTheme"/>
  268. <activity
  269. android:name="com.sheep.gamegroup.view.activity.ActAudit"
  270. android:screenOrientation="portrait"
  271. android:theme="@style/AppTheme"/>
  272. <activity
  273. android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
  274. android:screenOrientation="portrait"
  275. android:theme="@style/AppActionTheme"/>
  276. <activity
  277. android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
  278. android:screenOrientation="portrait"
  279. android:theme="@style/AppActionTheme"/>
  280. <activity
  281. android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
  282. android:exported="true"
  283. android:launchMode="singleInstance"
  284. android:screenOrientation="portrait"
  285. android:theme="@style/AppActionTheme"/>
  286. <activity
  287. android:name="com.sheep.gamegroup.module.pay.activity.ActPayPassword"
  288. android:exported="true"
  289. android:launchMode="singleTask"
  290. android:screenOrientation="behind"
  291. android:theme="@style/AppThemeTransparent"/>
  292. <activity
  293. android:name="com.sheep.gamegroup.module.login.AccountConsistenceAct"
  294. android:exported="true"
  295. android:launchMode="singleTask"
  296. android:screenOrientation="behind"
  297. android:theme="@style/AppThemeTransparent"/>
  298. <activity
  299. android:name="com.sheep.gamegroup.module.ActAdJumper"
  300. android:exported="true"
  301. android:launchMode="singleTask"
  302. android:screenOrientation="behind"
  303. android:theme="@style/AppThemeTransparent"/>
  304. <activity
  305. android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
  306. android:launchMode="singleTask"
  307. android:screenOrientation="portrait"
  308. android:theme="@style/AppActionTheme"/>
  309. <activity
  310. android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
  311. android:screenOrientation="portrait"
  312. android:theme="@style/AppActionTheme"/>
  313. <activity
  314. android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
  315. android:theme="@style/MyDialogActivityTheme"/>
  316. <activity
  317. android:name="com.sheep.gamegroup.view.activity.ActMain"
  318. android:configChanges="keyboardHidden|screenSize|orientation"
  319. android:exported="true"
  320. android:hardwareAccelerated="true"
  321. android:launchMode="singleTask"
  322. android:screenOrientation="portrait"
  323. android:theme="@style/AppThemeMain"
  324. android:windowSoftInputMode="adjustPan|stateHidden">
  325. <intent-filter>
  326. <category android:name="android.intent.category.DEFAULT"/>
  327. <action android:name="android.intent.action.VIEW"/>
  328. </intent-filter>
  329. </activity>
  330. <activity
  331. android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
  332. android:screenOrientation="portrait"
  333. android:theme="@style/AppActionTheme"/>
  334. <activity
  335. android:name="com.sheep.gamegroup.view.activity.ActExchangeCMCC"
  336. android:screenOrientation="portrait"
  337. android:theme="@style/AppActionTheme"/>
  338. <activity
  339. android:name="com.sheep.gamegroup.view.activity.ActDownloadMgr"
  340. android:hardwareAccelerated="false"
  341. android:screenOrientation="portrait"
  342. android:theme="@style/AppActionTheme"/> <!-- <provider -->
  343. <!-- android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider" -->
  344. <!-- android:authorities="com.kfzs.duanduan.data.graph.provider.${DUANDUAN_GRAPH}" -->
  345. <!-- android:exported="true" /> -->
  346. <receiver android:name="com.sheep.gamegroup.receiver.AppAddOrDelReceiver">
  347. <intent-filter>
  348. <action android:name="android.intent.action.PACKAGE_ADDED"/>
  349. <action android:name="android.intent.action.PACKAGE_REMOVED"/>
  350. <action android:name="android.intent.action.PACKAGE_REPLACED"/>
  351. <data android:scheme="package"/>
  352. </intent-filter>
  353. </receiver>
  354. <activity
  355. android:name="com.tencent.tauth.AuthActivity"
  356. android:launchMode="singleTask"
  357. android:noHistory="true">
  358. <intent-filter>
  359. <action android:name="android.intent.action.VIEW"/>
  360. <category android:name="android.intent.category.DEFAULT"/>
  361. <category android:name="android.intent.category.BROWSABLE"/>
  362. <data android:scheme="tencent101461115"/>
  363. </intent-filter>
  364. </activity>
  365. <activity
  366. android:name="com.tencent.connect.common.AssistActivity"
  367. android:configChanges="orientation|keyboardHidden|screenSize"
  368. android:screenOrientation="portrait"/>
  369. <activity
  370. android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
  371. android:screenOrientation="portrait"
  372. android:theme="@style/AppActionTheme"
  373. android:windowSoftInputMode="stateVisible|adjustPan"/>
  374. <activity
  375. android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
  376. android:screenOrientation="portrait"
  377. android:theme="@style/AppActionTheme"/>
  378. <activity
  379. android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
  380. android:screenOrientation="portrait"
  381. android:theme="@style/AppActionTheme"
  382. android:windowSoftInputMode="stateVisible|adjustPan"/>
  383. <activity
  384. android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
  385. android:screenOrientation="portrait"
  386. android:theme="@style/AppActionTheme"/>
  387. <activity
  388. android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
  389. android:screenOrientation="portrait"
  390. android:launchMode="singleInstance"
  391. android:exported="true"
  392. android:theme="@style/AppActionTheme"/>
  393. <activity
  394. android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
  395. android:screenOrientation="portrait"
  396. android:theme="@style/AppActionTheme"/>
  397. <activity
  398. android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
  399. android:screenOrientation="portrait"
  400. android:theme="@style/AppActionTheme"
  401. android:windowSoftInputMode="stateVisible|adjustPan"/>
  402. <activity
  403. android:name="me.iwf.photopicker.PhotoPickerActivity"
  404. android:screenOrientation="portrait"
  405. android:theme="@style/Theme.AppCompat.NoActionBar"/>
  406. <activity
  407. android:name="me.iwf.photopicker.PhotoPagerActivity"
  408. android:screenOrientation="portrait"
  409. android:theme="@style/Theme.AppCompat.NoActionBar"/>
  410. <activity
  411. android:name="com.yalantis.ucrop.UCropActivity"
  412. android:screenOrientation="portrait"
  413. android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
  414. <activity
  415. android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList"
  416. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  417. android:screenOrientation="portrait"
  418. android:theme="@style/AppActionTheme"/>
  419. <activity
  420. android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep"
  421. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  422. android:theme="@style/AppActionTheme"/>
  423. <activity
  424. android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList"
  425. android:screenOrientation="portrait"
  426. android:theme="@style/AppActionTheme"/>
  427. <activity
  428. android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
  429. android:screenOrientation="portrait"
  430. android:theme="@style/AppActionTheme"/>
  431. <activity
  432. android:name="com.sheep.gamegroup.view.activity.ActXianWanWeb"
  433. android:screenOrientation="portrait"
  434. android:theme="@style/AppActionTheme"/>
  435. <activity
  436. android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
  437. android:screenOrientation="portrait"
  438. android:theme="@style/AppActionTheme"/>
  439. <activity
  440. android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
  441. android:screenOrientation="portrait"
  442. android:theme="@style/AppActionTheme"/>
  443. <activity
  444. android:name="com.sheep.gamegroup.view.activity.ActWebX5"
  445. android:configChanges="orientation|screenSize"
  446. android:exported="true"
  447. android:screenOrientation="portrait"
  448. android:theme="@style/AppActionTheme"/>
  449. <activity
  450. android:name="com.sheep.gamegroup.view.activity.ActWebX5NewProcess"
  451. android:configChanges="orientation|screenSize"
  452. android:exported="true"
  453. android:process=":newWeb"
  454. android:screenOrientation="portrait"
  455. android:theme="@style/AppActionTheme"/>
  456. <activity
  457. android:name="com.sheep.gamegroup.view.activity.ActWebX5YF"
  458. android:screenOrientation="portrait"
  459. android:theme="@style/AppActionTheme">
  460. <intent-filter>
  461. <action android:name="android.intent.action.MAIN"/>
  462. <category android:name="android.intent.category.DEFAULT"/>
  463. </intent-filter>
  464. </activity>
  465. <activity
  466. android:name="com.sheep.gamegroup.view.activity.ActWebX5SBD"
  467. android:screenOrientation="portrait"
  468. android:theme="@style/AppActionTheme">
  469. <intent-filter>
  470. <action android:name="android.intent.action.MAIN"/>
  471. <category android:name="android.intent.category.DEFAULT"/>
  472. </intent-filter>
  473. </activity>
  474. <activity
  475. android:name="com.sheep.gamegroup.view.activity.ActWebX5Single"
  476. android:launchMode="singleInstance"
  477. android:screenOrientation="portrait"
  478. android:exported="true"
  479. android:theme="@style/AppActionTheme">
  480. </activity>
  481. <activity
  482. android:name="com.sheep.gamegroup.view.activity.ActImg"
  483. android:screenOrientation="portrait"
  484. android:theme="@style/AppActionTheme"/>
  485. <activity
  486. android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
  487. android:exported="true"
  488. android:screenOrientation="portrait"
  489. android:theme="@style/AppActionTheme"/>
  490. <activity
  491. android:name="com.sheep.gamegroup.view.activity.NewYearActMyMoney"
  492. android:screenOrientation="portrait"
  493. android:theme="@style/AppActionTheme"/>
  494. <activity
  495. android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
  496. android:screenOrientation="portrait"
  497. android:theme="@style/AppActionTheme"/>
  498. <activity
  499. android:name="com.sheep.gamegroup.view.activity.ActSignCard"
  500. android:screenOrientation="portrait"
  501. android:theme="@style/AppActionTheme"/>
  502. <activity
  503. android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
  504. android:screenOrientation="portrait"
  505. android:theme="@style/AppActionTheme"/>
  506. <activity
  507. android:name="com.sheep.gamegroup.view.activity.SignCardAct"
  508. android:screenOrientation="portrait"
  509. android:theme="@style/AppActionTheme"/>
  510. <activity
  511. android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
  512. android:screenOrientation="portrait"
  513. android:theme="@style/AppActionTheme"/>
  514. <activity
  515. android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
  516. android:screenOrientation="portrait"
  517. android:theme="@style/AppActionTheme"/>
  518. <activity
  519. android:name="com.sheep.gamegroup.view.activity.ActUserNoviceGuidance"
  520. android:screenOrientation="portrait"
  521. android:theme="@style/AppActionTheme"/>
  522. <activity
  523. android:name="com.sheep.gamegroup.view.activity.ActXiaomiGame"
  524. android:screenOrientation="portrait"
  525. android:theme="@style/AppActionTheme"/>
  526. <activity
  527. android:name="com.sheep.gamegroup.view.activity.ActTestExpression"
  528. android:screenOrientation="portrait"
  529. android:theme="@style/AppActionTheme"/>
  530. <activity
  531. android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
  532. android:screenOrientation="user"
  533. android:theme="@style/MyDialogActivityTheme"/>
  534. <activity
  535. android:name="com.sheep.gamegroup.view.activity.ActPlayVideo"
  536. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  537. android:screenOrientation="user"
  538. android:theme="@style/AppTheme.noTitleBar"/>
  539. <activity
  540. android:name="com.sheep.gamegroup.view.activity.ActVideoDetail"
  541. android:configChanges="orientation|keyboardHidden|navigation|screenSize"
  542. android:screenOrientation="user"
  543. android:theme="@style/AppTheme.noTitleBar"/>
  544. <activity
  545. android:name="com.sheep.gamegroup.view.activity.ActInputAndPickerImg"
  546. android:theme="@style/AppTheme.translucent"/>
  547. <activity
  548. android:name="com.sheep.gamegroup.view.activity.ActVideoComment"
  549. android:theme="@style/AppTheme.fullTranslucent"/> <!-- 友盟start -->
  550. <meta-data
  551. android:name="UMENG_APPKEY"
  552. android:value="${umeng_app_key}"/>
  553. <meta-data
  554. android:name="UMENG_CHANNEL"
  555. android:value="xxx"/> <!-- 极光推送 -->
  556. <!-- For test only 测试状态通知栏,需要打开的Activity -->
  557. <activity
  558. android:name="com.sheep.gamegroup.view.activity.MiddleAct"
  559. android:exported="false">
  560. <intent-filter>
  561. <action android:name="jpush.testAction"/>
  562. <category android:name="jpush.testCategory"/>
  563. </intent-filter>
  564. </activity> <!-- Rich push 核心功能 since 2.0.6 -->
  565. <activity
  566. android:name="cn.jpush.android.ui.PopWinActivity"
  567. android:exported="false"
  568. android:theme="@style/MyDialogStyle"/> <!-- Required SDK核心功能 -->
  569. <activity
  570. android:name="cn.jpush.android.ui.PushActivity"
  571. android:configChanges="orientation|keyboardHidden"
  572. android:exported="false"
  573. android:theme="@android:style/Theme.NoTitleBar">
  574. <intent-filter>
  575. <action android:name="cn.jpush.android.ui.PushActivity"/>
  576. <category android:name="android.intent.category.DEFAULT"/>
  577. <category android:name="${applicationId}"/>
  578. </intent-filter>
  579. </activity> <!-- Required SDK 核心功能 -->
  580. <!-- 可配置android:process参数将PushService放在其他进程中 -->
  581. <service
  582. android:name="cn.jpush.android.service.PushService"
  583. android:exported="false"
  584. android:process=":mult">
  585. <intent-filter>
  586. <action android:name="cn.jpush.android.intent.REGISTER"/>
  587. <action android:name="cn.jpush.android.intent.REPORT"/>
  588. <action android:name="cn.jpush.android.intent.PushService"/>
  589. <action android:name="cn.jpush.android.intent.PUSH_TIME"/>
  590. </intent-filter>
  591. </service> <!-- since 3.0.9 Required SDK 核心功能 -->
  592. <provider
  593. android:name="cn.jpush.android.service.DataProvider"
  594. android:authorities="${applicationId}.DataProvider"
  595. android:exported="false"/> <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
  596. <!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 -->
  597. <service
  598. android:name="cn.jpush.android.service.DaemonService"
  599. android:enabled="true"
  600. android:exported="true">
  601. <intent-filter>
  602. <action android:name="cn.jpush.android.intent.DaemonService"/>
  603. <category android:name="${applicationId}"/>
  604. </intent-filter>
  605. </service> <!-- since 3.1.0 Required SDK 核心功能 -->
  606. <provider
  607. android:name="cn.jpush.android.service.DownloadProvider"
  608. android:authorities="${applicationId}.DownloadProvider"
  609. android:exported="true"/> <!-- Required SDK核心功能 -->
  610. <receiver
  611. android:name="cn.jpush.android.service.PushReceiver"
  612. android:enabled="true"
  613. android:exported="false">
  614. <intent-filter android:priority="1000">
  615. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY"/> <!-- Required 显示通知栏 -->
  616. <category android:name="${applicationId}"/>
  617. </intent-filter>
  618. <intent-filter>
  619. <action android:name="android.intent.action.USER_PRESENT"/>
  620. <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
  621. </intent-filter>
  622. <!-- Optional -->
  623. <intent-filter>
  624. <action android:name="android.intent.action.PACKAGE_ADDED"/>
  625. <action android:name="android.intent.action.PACKAGE_REMOVED"/>
  626. <data android:scheme="package"/>
  627. </intent-filter>
  628. </receiver> <!-- Required SDK核心功能 -->
  629. <receiver
  630. android:name="cn.jpush.android.service.AlarmReceiver"
  631. android:exported="false"/> <!-- User defined. For test only 用户自定义的广播接收器 -->
  632. <receiver
  633. android:name="com.sheep.gamegroup.receiver.SheepJpushReceiver"
  634. android:enabled="true"
  635. android:exported="false">
  636. <intent-filter>
  637. <action android:name="cn.jpush.android.intent.REGISTRATION"/> <!-- Required 用户注册SDK的intent -->
  638. <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED"/> <!-- Required 用户接收SDK消息的intent -->
  639. <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED"/> <!-- Required 用户接收SDK通知栏信息的intent -->
  640. <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED"/> <!-- Required 用户打开自定义通知栏的intent -->
  641. <action android:name="cn.jpush.android.intent.CONNECTION"/> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
  642. <category android:name="${applicationId}"/>
  643. </intent-filter>
  644. </receiver> <!-- User defined. For test only 用户自定义接收消息器,3.0.7开始支持,目前新tag/alias接口设置结果会在该广播接收器对应的方法中回调 -->
  645. <receiver android:name="com.sheep.gamegroup.receiver.SheepJpushMessageReceiver">
  646. <intent-filter>
  647. <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE"/>
  648. <category android:name="${applicationId}"/>
  649. </intent-filter>
  650. </receiver> <!-- Required . Enable it you can get statistics data with channel -->
  651. <meta-data
  652. android:name="JPUSH_CHANNEL"
  653. android:value="developer-default"/>
  654. <meta-data
  655. android:name="JPUSH_APPKEY"
  656. android:value="${jpush_appkey}"/> <!-- </>值来自开发者平台取得的AppKey -->
  657. <!-- 极光推送end -->
  658. <!-- div start -->
  659. <activity
  660. android:name="com.sheep.gamegroup.view.activity.RechargeAct"
  661. android:exported="true"
  662. android:screenOrientation="portrait"
  663. android:theme="@style/AppActionTheme"/>
  664. <activity
  665. android:name="com.sheep.gamegroup.view.activity.RechargeQAct"
  666. android:screenOrientation="portrait"
  667. android:theme="@style/AppActionTheme"/>
  668. <activity
  669. android:name="com.sheep.gamegroup.view.activity.RechargeResultAct"
  670. android:launchMode="singleTask"
  671. android:screenOrientation="portrait"
  672. android:theme="@style/AppActionTheme"/> <!-- div end -->
  673. <!-- alipay 支付宝 sdk end -->
  674. <!-- 百度定位 sdk start -->
  675. <meta-data
  676. android:name="com.baidu.lbsapi.API_KEY"
  677. android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL"/>
  678. <service
  679. android:name="com.baidu.location.f"
  680. android:enabled="true"
  681. android:process=":remote"/> <!-- 百度定位 sdk end -->
  682. <activity
  683. android:name="com.sheep.gamegroup.view.activity.ActNotice"
  684. android:screenOrientation="portrait"
  685. android:theme="@style/AppActionTheme"/>
  686. <activity
  687. android:name="com.sheep.gamegroup.view.activity.ActGuide"
  688. android:screenOrientation="portrait"
  689. android:theme="@style/AppActionTheme"/>
  690. <activity
  691. android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
  692. android:screenOrientation="portrait"
  693. android:theme="@style/AppActionTheme"/>
  694. <activity
  695. android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
  696. android:screenOrientation="portrait"
  697. android:theme="@style/AppActionTheme"/>
  698. <activity
  699. android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
  700. android:screenOrientation="portrait"
  701. android:theme="@style/AppActionTheme"/>
  702. <activity
  703. android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
  704. android:screenOrientation="portrait"
  705. android:theme="@style/AppActionTheme"/>
  706. <activity
  707. android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
  708. android:screenOrientation="portrait"
  709. android:theme="@style/AppActionTheme"/>
  710. <activity
  711. android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
  712. android:screenOrientation="portrait"
  713. android:theme="@style/AppActionTheme"/>
  714. <activity
  715. android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
  716. android:screenOrientation="portrait"
  717. android:theme="@style/AppActionTheme"/>
  718. <activity
  719. android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
  720. android:screenOrientation="portrait"
  721. android:theme="@style/AppActionTheme"/>
  722. <activity
  723. android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
  724. android:screenOrientation="portrait"
  725. android:theme="@style/AppActionTheme"/>
  726. <activity
  727. android:name="com.sheep.gamegroup.view.activity.ActSetting"
  728. android:screenOrientation="portrait"
  729. android:theme="@style/AppActionTheme"/>
  730. <activity
  731. android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
  732. android:screenOrientation="portrait"
  733. android:theme="@style/AppActionTheme"/>
  734. <activity
  735. android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
  736. android:screenOrientation="portrait"
  737. android:theme="@style/AppActionTheme"/>
  738. <activity
  739. android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
  740. android:screenOrientation="portrait"
  741. android:theme="@style/AppActionTheme"/>
  742. <activity
  743. android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
  744. android:exported="true"
  745. android:screenOrientation="portrait"
  746. android:theme="@style/AppActionTheme"/>
  747. <activity
  748. android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
  749. android:exported="true"
  750. android:theme="@style/AppActionTheme"/> <!-- start幂动科技 -->
  751. <activity
  752. android:name="com.sheep.gamegroup.view.activity.ActMiDong"
  753. android:screenOrientation="portrait"
  754. android:theme="@style/AppActionTheme"/>
  755. <activity
  756. android:name="com.sheep.gamegroup.view.activity.ActArticle"
  757. android:configChanges="orientation|screenSize|keyboardHidden"/> <!-- 小绵羊 3.4.2 合并资讯与资讯评论界面,且默认不显示输入法 -->
  758. <activity
  759. android:name="com.sheep.gamegroup.view.activity.ActArticleComment"
  760. android:configChanges="orientation|keyboardHidden"
  761. android:screenOrientation="portrait"
  762. android:theme="@style/AppActionTheme"
  763. android:windowSoftInputMode="adjustUnspecified|stateHidden"/>
  764. <activity
  765. android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
  766. android:screenOrientation="portrait"
  767. android:theme="@style/AppActionTheme"/>
  768. <activity
  769. android:name="com.sheep.gamegroup.view.activity.ActMsg"
  770. android:exported="true"
  771. android:launchMode="singleInstance"
  772. android:screenOrientation="portrait"
  773. android:theme="@style/AppActionTheme"/>
  774. <activity
  775. android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
  776. android:screenOrientation="portrait"
  777. android:theme="@style/AppActionTheme"/>
  778. <activity
  779. android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
  780. android:screenOrientation="portrait"
  781. android:theme="@style/AppActionTheme"/>
  782. <activity
  783. android:name="com.sheep.gamegroup.view.activity.ActPlayGameList"
  784. android:screenOrientation="portrait"
  785. android:theme="@style/AppActionTheme"/>
  786. <activity
  787. android:name="com.sheep.gamegroup.view.activity.ActPlayGameUserLikeList"
  788. android:screenOrientation="portrait"
  789. android:theme="@style/AppActionTheme"/>
  790. <activity
  791. android:name="com.sheep.gamegroup.view.activity.ActPlayGameRecommendList"
  792. android:screenOrientation="portrait"
  793. android:theme="@style/AppActionTheme"/>
  794. <activity
  795. android:name="com.sheep.gamegroup.view.activity.ActGcGameAppDetail"
  796. android:screenOrientation="portrait"/>
  797. <activity
  798. android:name="com.sheep.gamegroup.view.activity.ActCommentGameApp"
  799. android:screenOrientation="portrait"
  800. android:theme="@style/AppActionTheme"/>
  801. <activity
  802. android:name="com.sheep.gamegroup.view.activity.ActUserCommentDetail"
  803. android:screenOrientation="portrait"
  804. android:theme="@style/AppActionTheme"/>
  805. <activity
  806. android:name="com.sheep.gamegroup.view.activity.ActUserAppHome"
  807. android:screenOrientation="portrait"/>
  808. <activity
  809. android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
  810. android:screenOrientation="portrait"
  811. android:theme="@style/AppActionTheme"/>
  812. <activity
  813. android:name="com.sheep.gamegroup.view.activity.ActInvitation"
  814. android:screenOrientation="portrait"
  815. android:theme="@style/AppActionTheme"/> <!-- start幂动科技 -->
  816. <activity
  817. android:name="com.sheep.gamegroup.view.activity.ActWebShareImage"
  818. android:screenOrientation="portrait"
  819. android:theme="@style/AppActionTheme"/>
  820. <receiver
  821. android:name="com.mdad.sdk.mdsdk.AppInstallReceiver"
  822. android:enabled="true"
  823. android:exported="true">
  824. <intent-filter>
  825. <action android:name="android.intent.action.PACKAGE_ADDED"/>
  826. <action android:name="android.intent.action.PACKAGE_REPLACED"/>
  827. <action android:name="android.intent.action.PACKAGE_REMOVED"/>
  828. <data android:scheme="package"/>
  829. </intent-filter>
  830. </receiver> <!-- start 小绵羊sdk相关 -->
  831. <activity
  832. android:name="com.sheep.gamegroup.view.activity.ActPay"
  833. android:configChanges="orientation|screenSize"
  834. android:exported="true"
  835. android:launchMode="singleInstance"
  836. android:screenOrientation="behind"
  837. android:theme="@style/AppActionTheme"/>
  838. <activity
  839. android:name="com.sheep.gamegroup.module.qrcode.FaceWithQRActivity"
  840. android:configChanges="orientation|screenSize"
  841. android:exported="true"
  842. android:launchMode="singleInstance"
  843. android:screenOrientation="behind"
  844. android:theme="@style/AppActionTheme"/>
  845. <activity
  846. android:name="com.sheep.gamegroup.module.qrcode.QRCodeActivity"
  847. android:configChanges="orientation|screenSize"
  848. android:exported="true"
  849. android:launchMode="singleInstance"
  850. android:screenOrientation="portrait"
  851. android:theme="@style/AppThemeMain"/>
  852. <activity
  853. android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
  854. android:configChanges="orientation|screenSize"
  855. android:exported="true"
  856. android:screenOrientation="behind"
  857. android:theme="@style/AppActionTheme"/> <!-- end 小绵羊sdk相关 -->
  858. <!-- 签到 -->
  859. <activity
  860. android:name=".ui.activity.SignActivity"
  861. android:screenOrientation="portrait"
  862. android:theme="@style/AppActionTheme"/> <!-- 活动规则 -->
  863. <activity
  864. android:name=".ui.activity.ActiveRuleActivity"
  865. android:screenOrientation="portrait"
  866. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 我的关注 -->
  867. <activity
  868. android:name="com.sheep.gamegroup.view.activity.ActMyFocus"
  869. android:screenOrientation="portrait"
  870. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 足迹 -->
  871. <activity
  872. android:name="com.sheep.gamegroup.module.user.activity.ActMyCart"
  873. android:screenOrientation="portrait"
  874. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 足迹 -->
  875. <activity
  876. android:name="com.sheep.gamegroup.view.activity.ActFootprint"
  877. android:screenOrientation="portrait"
  878. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 收徒红包 -->
  879. <activity
  880. android:name="com.sheep.gamegroup.view.activity.ActApprenticeRedPacket"
  881. android:screenOrientation="portrait"
  882. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 兑换商城 -->
  883. <activity
  884. android:name="com.sheep.gamegroup.view.activity.ActExchangeMall"
  885. android:screenOrientation="portrait"
  886. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 每日分享 -->
  887. <activity
  888. android:name="com.sheep.gamegroup.view.activity.ActEveryDayShare"
  889. android:screenOrientation="portrait"
  890. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 娱乐抽奖 -->
  891. <activity
  892. android:name="com.sheep.gamegroup.view.activity.ActEntertainmentLuckDraw"
  893. android:screenOrientation="portrait"
  894. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 金币中心 -->
  895. <activity
  896. android:name="com.sheep.gamegroup.view.activity.ActCoinCenter"
  897. android:screenOrientation="portrait"
  898. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 发布发现内容 -->
  899. <activity
  900. android:name="com.sheep.gamegroup.view.activity.ActPublishArticle"
  901. android:screenOrientation="portrait"
  902. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.5 选择图片与视频 -->
  903. <activity
  904. android:name="com.sheep.gamegroup.module.find.activity.ActMediaChoose"
  905. android:screenOrientation="portrait"
  906. android:theme="@style/AppActionTheme"/>
  907. <activity
  908. android:name="com.sheep.gamegroup.module.login.LoginAct"
  909. android:launchMode="singleTask"
  910. android:screenOrientation="portrait"/>
  911. <activity
  912. android:name="com.sheep.gamegroup.module.login.ChangePasswordAct"
  913. android:screenOrientation="portrait"
  914. android:theme="@style/AppActionTheme"/>
  915. <activity
  916. android:name="com.sheep.gamegroup.module.login.ReLoginNameAct"
  917. android:screenOrientation="portrait"
  918. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.7 新增界面 -->
  919. <activity
  920. android:name="com.sheep.gamegroup.module.user.activity.ActVip"
  921. android:screenOrientation="portrait"
  922. android:theme="@style/AppActionTheme"/>
  923. <activity
  924. android:name="com.sheep.gamegroup.module.game.activity.ActMyGameList"
  925. android:screenOrientation="portrait"
  926. android:theme="@style/AppActionTheme"/> <!-- 小绵羊3.4.10 新增界面 -->
  927. <activity
  928. android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupMore"
  929. android:screenOrientation="portrait"
  930. android:theme="@style/AppActionTheme"/>
  931. <activity
  932. android:name="com.sheep.gamegroup.module.game.activity.ActDownloadManager"
  933. android:screenOrientation="portrait"
  934. android:theme="@style/AppActionTheme"/>
  935. <activity
  936. android:name="com.sheep.gamegroup.module.game.activity.ActGameCenterType"
  937. android:screenOrientation="portrait"
  938. android:theme="@style/AppActionTheme"/>
  939. <activity
  940. android:name="com.sheep.gamegroup.module.game.activity.ActGameRank"
  941. android:screenOrientation="portrait"
  942. android:theme="@style/AppActionTheme"/>
  943. <activity
  944. android:name="com.sheep.gamegroup.module.search.ActSearch"
  945. android:screenOrientation="portrait"
  946. android:theme="@style/AppActionTheme"/>
  947. <activity
  948. android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupOrGameDetail"
  949. android:screenOrientation="portrait"
  950. android:theme="@style/AppActionTheme"/>
  951. <activity
  952. android:name="com.sheep.gamegroup.module.find.activity.ActFind"
  953. android:screenOrientation="portrait"
  954. android:theme="@style/AppActionTheme"/>
  955. <activity
  956. android:name="com.sheep.gamegroup.view.activity.ActTest"
  957. android:screenOrientation="portrait"
  958. android:theme="@style/AppActionTheme"/>
  959. <activity
  960. android:name="com.sheep.gamegroup.module.game.activity.ActWelfareSpecialArea"
  961. android:screenOrientation="portrait"
  962. android:theme="@style/AppActionTheme"/>
  963. <activity
  964. android:name="com.sheep.gamegroup.module.game.activity.ActGitBagList"
  965. android:screenOrientation="portrait"
  966. android:theme="@style/AppActionTheme"/>
  967. <provider
  968. android:name=".provider.TokenRenewalProvider"
  969. android:authorities="${applicationId}.renewal"
  970. android:enabled="true"
  971. android:exported="true"/>
  972. <service
  973. android:name=".service.PushMessageService"
  974. android:exported="false"/>
  975. <activity
  976. android:name="com.ipaynow.plugin.presenter.PayMethodActivity"
  977. android:configChanges="keyboardHidden|navigation|orientation|screenSize"
  978. android:exported="false"
  979. android:theme="@android:style/Theme.Dialog"/>
  980. <!-- =================点客广告SDK================== -->
  981. <!--<activity-->
  982. <!--android:name="com.tencent.tmsecure.dksdk.ad.TxRewardVideoActivity"-->
  983. <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
  984. <!--android:screenOrientation="portrait"-->
  985. <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
  986. <!--<activity-->
  987. <!--android:name="com.tencent.tmsecure.dksdk.ad.TxDownCoinActivity"-->
  988. <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
  989. <!--android:screenOrientation="portrait"-->
  990. <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
  991. <!--<activity-->
  992. <!--android:name="com.tencent.tmsecure.dksdk.ad.PlayGiveCoinActivity"-->
  993. <!--android:screenOrientation="portrait"-->
  994. <!--android:configChanges="keyboardHidden|orientation|screenSize"-->
  995. <!--android:theme="@style/dk_dialogstyle" />-->
  996. <!--<activity-->
  997. <!--android:name="com.tencent.tmsecure.dksdk.ad.WebViewActivity"-->
  998. <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
  999. <!--android:screenOrientation="portrait"-->
  1000. <!--android:hardwareAccelerated="true"-->
  1001. <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
  1002. </application>
  1003. </manifest>