| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- package="com.sheep.jiuyan.samllsheep">
- <!-- 极光推送 -->
- <!-- Required -->
- <permission
- android:name="${applicationId}.permission.JPUSH_MESSAGE"
- android:protectionLevel="signature" /> <!-- Required 一些系统要求的权限,如访问网络等 -->
- <uses-permission android:name="${applicationId}.permission.JPUSH_MESSAGE" />
- <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.WAKE_LOCK" />
- <uses-permission android:name="android.permission.READ_PHONE_STATE" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission
- android:name="android.permission.WRITE_SETTINGS"
- tools:ignore="ProtectedPermissions" />
- <uses-permission android:name="android.permission.VIBRATE" />
- <uses-permission
- android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
- tools:ignore="ProtectedPermissions" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- Optional for location -->
- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> <!-- 用于开启 debug 版本的应用在6.0 系统上 层叠窗口权限 -->
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
- <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> <!-- 极光推送end -->
- <uses-permission android:name="android.permission.CAMERA" />
- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
- <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
- <uses-permission android:name="android.permission.REQUEST_MEDIA_PROJECTION" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
- <uses-permission android:name="android.permission.GET_TASKS" />
- <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
- <uses-permission
- android:name="android.permission.PACKAGE_USAGE_STATS"
- tools:ignore="ProtectedPermissions" />
- <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <!-- 必须的权限配置 -->
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
- <uses-permission
- android:name="android.permission.READ_LOGS"
- tools:ignore="ProtectedPermissions" /> <!-- 保存资源到SD卡 -->
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- 推荐的权限 -->
- <!-- 添加如下权限,以便使用更多的第三方SDK和更精准的统计数据 -->
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
- <uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
- <uses-permission android:name="android.permission.ACCESS_SUPERUSER" /> <!-- 百度定位权限 start -->
- <!-- 这个权限用于进行网络定位 -->
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <!-- 这个权限用于访问GPS定位 -->
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 用于访问wifi网络信息,wifi信息会用于进行网络定位 -->
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- 获取运营商信息,用于支持提供运营商信息相关的接口 -->
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!-- 这个权限用于获取wifi的获取权限,wifi信息会用来进行网络定位 -->
- <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <!-- 用于读取手机当前的状态 -->
- <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 写入扩展存储,向扩展卡写入数据,用于写入离线定位数据 -->
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- 访问网络,网络定位需要上网 -->
- <uses-permission android:name="android.permission.INTERNET" /> <!-- SD卡读取权限,用户写入离线定位数据 -->
- <uses-permission
- android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
- tools:ignore="ProtectedPermissions" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.CAMERA" />
- <uses-permission android:name="android.permission.RECORD_AUDIO" />
- <uses-permission android:name="android.permission.INTERNET" /> <!-- 读联系人权限 -->
- <uses-permission android:name="android.permission.READ_CONTACTS" /> <!-- 写联系人权限 -->
- <uses-permission android:name="android.permission.WRITE_CONTACTS" /> <!-- 读通话记录权限 -->
- <uses-permission android:name="android.permission.WRITE_CALL_LOG" />
- <uses-permission android:name="android.permission.READ_CALL_LOG" />
- <uses-feature android:name="android.hardware.camera" />
- <uses-feature android:name="android.hardware.camera.autofocus" />
- <permission
- android:name="android.permission.FLASHLIGHT"
- android:permissionGroup="android.permission-group.HARDWARE_CONTROLS"
- android:protectionLevel="normal" />
- <application
- android:name=".SheepApp"
- android:allowBackup="true"
- android:fullBackupContent="@xml/backup_descriptor"
- android:icon="@mipmap/ic_launcher"
- android:label="@string/app_name"
- android:largeHeap="true"
- android:persistent="true"
- android:supportsRtl="true"
- android:theme="@style/AppTheme"
- android:usesCleartextTraffic="true">
- <activity
- android:name="com.sheep.gamegroup.module.task.VideoTaskActivity"
- android:configChanges="keyboardHidden|navigation|orientation|screenSize"
- android:screenOrientation="portrait"
- android:theme="@style/AppThemeMain"></activity>
- <activity
- android:name="com.sheep.gamegroup.module.qrcode.ScanQRCodeActivity"
- android:configChanges="keyboardHidden|navigation|orientation|screenSize"
- android:screenOrientation="portrait"
- android:theme="@style/AppThemeMain"></activity>
- <service
- android:name=".service.SyncCheckService"
- android:enabled="true"
- android:exported="true">
- <intent-filter>
- <action android:name="com.sheep.jiuyan.samllsheep.CheckSync" />
- </intent-filter>
- </service>
- <!--<meta-data-->
- <!--android:name="com.sheep.jiuyan.samllsheep.utils.GlideAppModuleModule"-->
- <!--android:value="AppGlideModule" />-->
- <meta-data
- android:name="design_width_in_dp"
- android:value="375" />
- <meta-data
- android:name="design_height_in_dp"
- android:value="667" />
- <uses-library
- android:name="org.apache.http.legacy"
- android:required="false" />
- <activity
- android:name=".wxutil.WXUmengEntryActivity"
- android:exported="true"
- android:launchMode="singleTop" />
- <activity
- android:name=".wxapi.WXEntryActivity"
- android:configChanges="keyboardHidden|navigation|orientation|screenSize"
- android:exported="true"
- android:launchMode="singleTask" />
- <activity
- android:name="com.ipaynow.plugin.inner_plugin.miniprogram.activity.MiniProgramPayActivity"
- android:configChanges="keyboardHidden|navigation|orientation|screenSize"
- android:launchMode="singleTask"
- android:screenOrientation="behind"
- android:theme="@android:style/Theme.Dialog" />
- <activity
- android:name=".wxapi.WXPayEntryActivity"
- android:exported="true"
- android:launchMode="singleTop" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.WebviewAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <service android:name=".service.DownloadService" />
- <service
- android:name=".service.AutoCheckService"
- android:exported="false"
- android:priority="1000"
- android:process=":auto_check" />
- <service android:name=".service.FloatShotScreenService" />
- <service
- android:name=".service.ListenerShotService"
- android:enabled="true"
- android:exported="true"
- android:process=":listener" />
- <service
- android:name=".service.ListenerShotNewService"
- android:enabled="true"
- android:exported="true" />
- <provider
- android:name=".provider.SheepFileProvider"
- android:authorities="${applicationId}.fileprovider"
- android:exported="false"
- android:grantUriPermissions="true">
- <!-- 元数据 -->
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/file_paths" />
- </provider> <!-- 必须配置 -->
- <activity
- android:name="com.tencent.bugly.beta.ui.BetaActivity"
- android:configChanges="keyboardHidden|orientation|screenSize|locale"
- android:theme="@android:style/Theme.Translucent" /> <!-- 必须配置 fileProvider, 注意: android:authorities="${applicationId}.fileProvider" 不要直接copy,设置为你的包名.fileProvider -->
- <provider
- android:name="android.support.v4.content.FileProvider"
- android:authorities="${applicationId}.fileProvider"
- android:exported="false"
- android:grantUriPermissions="true">
- <meta-data
- android:name="android.support.FILE_PROVIDER_PATHS"
- android:resource="@xml/file_paths" />
- </provider>
- <activity
- android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
- android:screenOrientation="behind"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.SplashAct"
- android:screenOrientation="portrait"
- android:theme="@style/SplashTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActYfX5"
- android:enabled="false"
- android:icon="@drawable/icon_yf"
- android:label="@string/app_name_yf"
- android:screenOrientation="portrait"
- android:taskAffinity="${applicationId}.yf"
- android:theme="@style/AppActionTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.MiddleSchemeAct"
- android:configChanges="keyboardHidden|screenSize|orientation"
- android:exported="true"
- android:hardwareAccelerated="true"
- android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:theme="@style/AppTheme"
- android:windowSoftInputMode="adjustPan|stateHidden">
- <intent-filter android:autoVerify="true">
- <!-- 协议部分,随便设置 -->
- <data
- android:host="small.kfzs.com"
- android:scheme="sheep" />
- <!-- 下面这几行也必须得设置 -->
- <category android:name="android.intent.category.DEFAULT" />
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.BROWSABLE" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.MiddleSchemeSingleAct"
- android:configChanges="keyboardHidden|screenSize|orientation"
- android:exported="true"
- android:hardwareAccelerated="true"
- android:launchMode="singleInstance"
- android:screenOrientation="behind"
- android:theme="@style/AppThemeTransparent"
- android:windowSoftInputMode="adjustPan|stateHidden">
- <intent-filter android:autoVerify="true">
- <!-- 协议部分,随便设置 -->
- <data
- android:host="smallsingle.kfzs.com"
- android:scheme="sheep" />
- <!-- 下面这几行也必须得设置 -->
- <category android:name="android.intent.category.DEFAULT" />
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.BROWSABLE" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
- android:launchMode="singleTask"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.TaskListAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActAudit"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
- android:exported="true"
- android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.pay.activity.ActPayPassword"
- android:exported="true"
- android:launchMode="singleTask"
- android:screenOrientation="behind"
- android:theme="@style/AppThemeTransparent" />
- <activity
- android:name="com.sheep.gamegroup.module.login.AccountConsistenceAct"
- android:exported="true"
- android:launchMode="singleTask"
- android:screenOrientation="behind"
- android:theme="@style/AppThemeTransparent" />
- <activity
- android:name="com.sheep.gamegroup.module.ActAdJumper"
- android:exported="true"
- android:launchMode="singleTask"
- android:screenOrientation="behind"
- android:theme="@style/AppThemeTransparent" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
- android:theme="@style/MyDialogActivityTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMain"
- android:configChanges="keyboardHidden|screenSize|orientation"
- android:exported="true"
- android:hardwareAccelerated="true"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:theme="@style/AppThemeMain"
- android:windowSoftInputMode="adjustPan|stateHidden">
- <intent-filter>
- <category android:name="android.intent.category.DEFAULT" />
- <action android:name="android.intent.action.VIEW" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActExchangeCMCC"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActDownloadMgr"
- android:hardwareAccelerated="false"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- <provider -->
- <!-- android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider" -->
- <!-- android:authorities="com.kfzs.duanduan.data.graph.provider.${DUANDUAN_GRAPH}" -->
- <!-- android:exported="true" /> -->
- <receiver android:name="com.sheep.gamegroup.receiver.AppAddOrDelReceiver">
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_ADDED" />
- <action android:name="android.intent.action.PACKAGE_REMOVED" />
- <action android:name="android.intent.action.PACKAGE_REPLACED" />
- <data android:scheme="package" />
- </intent-filter>
- </receiver>
- <activity
- android:name="com.tencent.tauth.AuthActivity"
- android:launchMode="singleTask"
- android:noHistory="true">
- <intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="tencent101461115" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.tencent.connect.common.AssistActivity"
- android:configChanges="orientation|keyboardHidden|screenSize"
- android:screenOrientation="portrait" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme"
- android:windowSoftInputMode="stateVisible|adjustPan" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme"
- android:windowSoftInputMode="stateVisible|adjustPan" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
- android:screenOrientation="portrait"
- android:launchMode="singleInstance"
- android:exported="true"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme"
- android:windowSoftInputMode="stateVisible|adjustPan" />
- <activity
- android:name="me.iwf.photopicker.PhotoPickerActivity"
- android:screenOrientation="portrait"
- android:theme="@style/Theme.AppCompat.NoActionBar" />
- <activity
- android:name="me.iwf.photopicker.PhotoPagerActivity"
- android:screenOrientation="portrait"
- android:theme="@style/Theme.AppCompat.NoActionBar" />
- <activity
- android:name="com.yalantis.ucrop.UCropActivity"
- android:screenOrientation="portrait"
- android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActXianWanWeb"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActWebX5"
- android:configChanges="orientation|screenSize"
- android:exported="true"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActWebX5YF"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActWebX5SBD"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActWebX5Single"
- android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:exported="true"
- android:theme="@style/AppActionTheme">
- </activity>
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActImg"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
- android:exported="true"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.NewYearActMyMoney"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSignCard"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.SignCardAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActUserNoviceGuidance"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActXiaomiGame"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActTestExpression"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
- android:screenOrientation="user"
- android:theme="@style/MyDialogActivityTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPlayVideo"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:screenOrientation="user"
- android:theme="@style/AppTheme.noTitleBar" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActVideoDetail"
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
- android:screenOrientation="user"
- android:theme="@style/AppTheme.noTitleBar" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActInputAndPickerImg"
- android:theme="@style/AppTheme.translucent" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActVideoComment"
- android:theme="@style/AppTheme.fullTranslucent" /> <!-- 友盟start -->
- <meta-data
- android:name="UMENG_APPKEY"
- android:value="${umeng_app_key}" />
- <meta-data
- android:name="UMENG_CHANNEL"
- android:value="xxx" /> <!-- 极光推送 -->
- <!-- For test only 测试状态通知栏,需要打开的Activity -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.MiddleAct"
- android:exported="false">
- <intent-filter>
- <action android:name="jpush.testAction" />
- <category android:name="jpush.testCategory" />
- </intent-filter>
- </activity> <!-- Rich push 核心功能 since 2.0.6 -->
- <activity
- android:name="cn.jpush.android.ui.PopWinActivity"
- android:exported="false"
- android:theme="@style/MyDialogStyle" /> <!-- Required SDK核心功能 -->
- <activity
- android:name="cn.jpush.android.ui.PushActivity"
- android:configChanges="orientation|keyboardHidden"
- android:exported="false"
- android:theme="@android:style/Theme.NoTitleBar">
- <intent-filter>
- <action android:name="cn.jpush.android.ui.PushActivity" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="${applicationId}" />
- </intent-filter>
- </activity> <!-- Required SDK 核心功能 -->
- <!-- 可配置android:process参数将PushService放在其他进程中 -->
- <service
- android:name="cn.jpush.android.service.PushService"
- android:exported="false"
- android:process=":mult">
- <intent-filter>
- <action android:name="cn.jpush.android.intent.REGISTER" />
- <action android:name="cn.jpush.android.intent.REPORT" />
- <action android:name="cn.jpush.android.intent.PushService" />
- <action android:name="cn.jpush.android.intent.PUSH_TIME" />
- </intent-filter>
- </service> <!-- since 3.0.9 Required SDK 核心功能 -->
- <provider
- android:name="cn.jpush.android.service.DataProvider"
- android:authorities="${applicationId}.DataProvider"
- android:exported="false" /> <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
- <!-- 若不启用该功能可删除该组件,将不拉起其他应用也不能被其他应用拉起 -->
- <service
- android:name="cn.jpush.android.service.DaemonService"
- android:enabled="true"
- android:exported="true">
- <intent-filter>
- <action android:name="cn.jpush.android.intent.DaemonService" />
- <category android:name="${applicationId}" />
- </intent-filter>
- </service> <!-- since 3.1.0 Required SDK 核心功能 -->
- <provider
- android:name="cn.jpush.android.service.DownloadProvider"
- android:authorities="${applicationId}.DownloadProvider"
- android:exported="true" /> <!-- Required SDK核心功能 -->
- <receiver
- android:name="cn.jpush.android.service.PushReceiver"
- android:enabled="true"
- android:exported="false">
- <intent-filter android:priority="1000">
- <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <!-- Required 显示通知栏 -->
- <category android:name="${applicationId}" />
- </intent-filter>
- <intent-filter>
- <action android:name="android.intent.action.USER_PRESENT" />
- <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
- </intent-filter>
- <!-- Optional -->
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_ADDED" />
- <action android:name="android.intent.action.PACKAGE_REMOVED" />
- <data android:scheme="package" />
- </intent-filter>
- </receiver> <!-- Required SDK核心功能 -->
- <receiver
- android:name="cn.jpush.android.service.AlarmReceiver"
- android:exported="false" /> <!-- User defined. For test only 用户自定义的广播接收器 -->
- <receiver
- android:name="com.sheep.gamegroup.receiver.SheepJpushReceiver"
- android:enabled="true"
- android:exported="false">
- <intent-filter>
- <action android:name="cn.jpush.android.intent.REGISTRATION" /> <!-- Required 用户注册SDK的intent -->
- <action android:name="cn.jpush.android.intent.MESSAGE_RECEIVED" /> <!-- Required 用户接收SDK消息的intent -->
- <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED" /> <!-- Required 用户接收SDK通知栏信息的intent -->
- <action android:name="cn.jpush.android.intent.NOTIFICATION_OPENED" /> <!-- Required 用户打开自定义通知栏的intent -->
- <action android:name="cn.jpush.android.intent.CONNECTION" /> <!-- 接收网络变化 连接/断开 since 1.6.3 -->
- <category android:name="${applicationId}" />
- </intent-filter>
- </receiver> <!-- User defined. For test only 用户自定义接收消息器,3.0.7开始支持,目前新tag/alias接口设置结果会在该广播接收器对应的方法中回调 -->
- <receiver android:name="com.sheep.gamegroup.receiver.SheepJpushMessageReceiver">
- <intent-filter>
- <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
- <category android:name="${applicationId}" />
- </intent-filter>
- </receiver> <!-- Required . Enable it you can get statistics data with channel -->
- <meta-data
- android:name="JPUSH_CHANNEL"
- android:value="developer-default" />
- <meta-data
- android:name="JPUSH_APPKEY"
- android:value="${jpush_appkey}" /> <!-- </>值来自开发者平台取得的AppKey -->
- <!-- 极光推送end -->
- <!-- div start -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.RechargeAct"
- android:exported="true"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.RechargeQAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.RechargeResultAct"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- div end -->
- <!-- alipay 支付宝 sdk end -->
- <!-- 百度定位 sdk start -->
- <meta-data
- android:name="com.baidu.lbsapi.API_KEY"
- android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL" />
- <service
- android:name="com.baidu.location.f"
- android:enabled="true"
- android:process=":remote" /> <!-- 百度定位 sdk end -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActNotice"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGuide"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSetting"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
- android:exported="true"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
- android:exported="true"
- android:theme="@style/AppActionTheme" /> <!-- start幂动科技 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMiDong"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <service
- android:name="com.baidu.location.f"
- android:enabled="true"
- android:process=":remote" /> <!-- 百度定位 sdk end -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActArticle"
- android:configChanges="orientation|screenSize|keyboardHidden" /> <!-- 小绵羊 3.4.2 合并资讯与资讯评论界面,且默认不显示输入法 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActArticleComment"
- android:configChanges="orientation|keyboardHidden"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme"
- android:windowSoftInputMode="adjustUnspecified|stateHidden" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMsg"
- android:exported="true"
- android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPlayGameList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPlayGameUserLikeList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPlayGameRecommendList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActGcGameAppDetail"
- android:screenOrientation="portrait" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActCommentGameApp"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActUserCommentDetail"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActUserAppHome"
- android:screenOrientation="portrait" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActInvitation"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- start幂动科技 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActWebShareImage"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <receiver
- android:name="com.mdad.sdk.mdsdk.AppInstallReceiver"
- android:enabled="true"
- android:exported="true">
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_ADDED" />
- <action android:name="android.intent.action.PACKAGE_REPLACED" />
- <action android:name="android.intent.action.PACKAGE_REMOVED" />
- <data android:scheme="package" />
- </intent-filter>
- </receiver> <!-- start 小绵羊sdk相关 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPay"
- android:configChanges="orientation|screenSize"
- android:exported="true"
- android:launchMode="singleInstance"
- android:screenOrientation="behind"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.qrcode.FaceWithQRActivity"
- android:configChanges="orientation|screenSize"
- android:exported="true"
- android:launchMode="singleInstance"
- android:screenOrientation="behind"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.qrcode.QRCodeActivity"
- android:configChanges="orientation|screenSize"
- android:exported="true"
- android:launchMode="singleInstance"
- android:screenOrientation="portrait"
- android:theme="@style/AppThemeMain" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
- android:configChanges="orientation|screenSize"
- android:exported="true"
- android:screenOrientation="behind"
- android:theme="@style/AppActionTheme" /> <!-- end 小绵羊sdk相关 -->
- <!-- 签到 -->
- <activity
- android:name=".ui.activity.SignActivity"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 活动规则 -->
- <activity
- android:name=".ui.activity.ActiveRuleActivity"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 我的关注 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActMyFocus"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 足迹 -->
- <activity
- android:name="com.sheep.gamegroup.module.user.activity.ActMyCart"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 足迹 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActFootprint"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 收徒红包 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActApprenticeRedPacket"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 兑换商城 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActExchangeMall"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 每日分享 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActEveryDayShare"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 娱乐抽奖 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActEntertainmentLuckDraw"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 金币中心 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActCoinCenter"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 发布发现内容 -->
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActPublishArticle"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.5 选择图片与视频 -->
- <activity
- android:name="com.sheep.gamegroup.module.find.activity.ActMediaChoose"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.login.LoginAct"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.login.ChangePasswordAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.login.ReLoginNameAct"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.7 新增界面 -->
- <activity
- android:name="com.sheep.gamegroup.module.user.activity.ActVip"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActMyGameList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" /> <!-- 小绵羊3.4.10 新增界面 -->
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupMore"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActDownloadManager"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActGameCenterType"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActGameRank"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.search.ActSearch"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupOrGameDetail"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.find.activity.ActFind"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.view.activity.ActTest"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActWelfareSpecialArea"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <activity
- android:name="com.sheep.gamegroup.module.game.activity.ActGitBagList"
- android:screenOrientation="portrait"
- android:theme="@style/AppActionTheme" />
- <provider
- android:name=".provider.TokenRenewalProvider"
- android:authorities="${applicationId}.renewal"
- android:enabled="true"
- android:exported="true" />
- <service
- android:name=".service.PushMessageService"
- android:exported="false" />
- <activity
- android:name="com.ipaynow.plugin.presenter.PayMethodActivity"
- android:configChanges="keyboardHidden|navigation|orientation|screenSize"
- android:exported="false"
- android:theme="@android:style/Theme.Dialog" />
- <!-- =================点客广告SDK================== -->
- <!--<activity-->
- <!--android:name="com.tencent.tmsecure.dksdk.ad.TxRewardVideoActivity"-->
- <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
- <!--<activity-->
- <!--android:name="com.tencent.tmsecure.dksdk.ad.TxDownCoinActivity"-->
- <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
- <!--<activity-->
- <!--android:name="com.tencent.tmsecure.dksdk.ad.PlayGiveCoinActivity"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:configChanges="keyboardHidden|orientation|screenSize"-->
- <!--android:theme="@style/dk_dialogstyle" />-->
- <!--<activity-->
- <!--android:name="com.tencent.tmsecure.dksdk.ad.WebViewActivity"-->
- <!--android:configChanges="keyboardHidden|navigation|orientation|screenSize"-->
- <!--android:screenOrientation="portrait"-->
- <!--android:hardwareAccelerated="true"-->
- <!--android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />-->
- </application>
- </manifest>
|