AndroidManifest.xml 40 KB

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