|
|
@@ -110,8 +110,8 @@
|
|
|
android:largeHeap="true"
|
|
|
android:persistent="true"
|
|
|
android:supportsRtl="true"
|
|
|
- android:usesCleartextTraffic="true"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
+ android:theme="@style/AppTheme"
|
|
|
+ android:usesCleartextTraffic="true">
|
|
|
<meta-data
|
|
|
android:name="com.sheep.jiuyan.samllsheep.utils.GlideApp"
|
|
|
android:value="GlideModule" />
|
|
|
@@ -121,7 +121,11 @@
|
|
|
<meta-data
|
|
|
android:name="design_height_in_dp"
|
|
|
android:value="667" />
|
|
|
- <uses-library android:name="org.apache.http.legacy" android:required="false"/>
|
|
|
+
|
|
|
+ <uses-library
|
|
|
+ android:name="org.apache.http.legacy"
|
|
|
+ android:required="false" />
|
|
|
+
|
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
|
android:exported="true"
|
|
|
@@ -129,11 +133,11 @@
|
|
|
<activity
|
|
|
android:name=".wxapi.WXPayEntryActivity"
|
|
|
android:exported="true"
|
|
|
- android:launchMode="singleTop"/>
|
|
|
+ android:launchMode="singleTop" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WebviewAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<service android:name=".service.DownloadService" />
|
|
|
<service
|
|
|
@@ -183,9 +187,8 @@
|
|
|
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
-
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SplashAct"
|
|
|
android:screenOrientation="portrait"
|
|
|
@@ -221,63 +224,63 @@
|
|
|
</activity>
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:launchMode="singleTask" />
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActAudit"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
|
|
|
android:theme="@style/MyDialogActivityTheme" />
|
|
|
@@ -298,17 +301,17 @@
|
|
|
</activity>
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActExchangeCMCC"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActDownloadMgr"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:hardwareAccelerated="false"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<!-- <provider -->
|
|
|
<!-- android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider" -->
|
|
|
@@ -344,30 +347,30 @@
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:windowSoftInputMode="stateVisible|adjustPan" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme"
|
|
|
android:windowSoftInputMode="stateVisible|adjustPan" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
@@ -387,84 +390,84 @@
|
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActXianWanWeb"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActImg"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.NewYearActMyMoney"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSignCard"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSignCardRecord"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignCardAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUserNoviceGuidance"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActXiaomiGame"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActTestExpression"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
|
|
|
android:screenOrientation="user"
|
|
|
@@ -626,20 +629,21 @@
|
|
|
<!-- div start -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.RechargeAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:exported="true"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.RechargeQAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.RechargeResultAct"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
+ android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:launchMode="singleTask"/>
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- div end -->
|
|
|
|
|
|
+
|
|
|
<!-- alipay 支付宝 sdk end -->
|
|
|
|
|
|
|
|
|
@@ -656,83 +660,83 @@
|
|
|
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActNotice"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGuide"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActReservation"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSetting"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:exported="true" />
|
|
|
+ android:exported="true"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<!-- start幂动科技 -->
|
|
|
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMiDong"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<service
|
|
|
android:name="com.baidu.location.f"
|
|
|
@@ -756,58 +760,58 @@
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSearchAppOrTask"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMsg"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPlayGameList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPlayGameUserLikeList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPlayGameRecommendList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ 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:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActUserCommentDetail"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ 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:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActInvitation"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<!-- start幂动科技 -->
|
|
|
|
|
|
@@ -841,15 +845,15 @@
|
|
|
<!-- start 小绵羊sdk相关 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPay"
|
|
|
- android:theme="@style/AppTheme.translucent"
|
|
|
android:exported="true"
|
|
|
android:launchMode="singleInstance"
|
|
|
- android:screenOrientation="user" />
|
|
|
+ android:screenOrientation="user"
|
|
|
+ android:theme="@style/AppTheme.translucent" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
android:exported="true"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- end 小绵羊sdk相关 -->
|
|
|
|
|
|
|
|
|
@@ -861,59 +865,59 @@
|
|
|
<!-- 活动规则 -->
|
|
|
<activity
|
|
|
android:name=".ui.activity.ActiveRuleActivity"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 我的关注 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMyFocus"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 足迹 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActFootprint"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 收徒红包 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActApprenticeRedPacket"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 兑换商城 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActExchangeMall"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 每日分享 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActEveryDayShare"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 娱乐抽奖 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActEntertainmentLuckDraw"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 金币中心 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActCoinCenter"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.5 发布发现内容 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPublishArticle"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
|
|
|
<!-- 小绵羊3.4.5 选择图片与视频 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.find.activity.ActMediaChoose"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.login.LoginAct"
|
|
|
- android:screenOrientation="portrait"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:theme="@style/AppActionTheme"/>
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.login.ChangePasswordAct"
|
|
|
android:screenOrientation="portrait"
|
|
|
@@ -921,45 +925,51 @@
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.login.ReLoginNameAct"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/AppActionTheme"/>
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.7 新增界面 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.user.activity.ActVip"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/AppActionTheme"/>
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActMyGameList"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<!-- 小绵羊3.4.10 新增界面 -->
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupMore"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActDownloadManager"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActGameCenterType"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActGameRank"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActSearchGameGroup"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.game.activity.ActGameGroupOrGameDetail"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.module.find.activity.ActFind"
|
|
|
- android:theme="@style/AppActionTheme"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/AppActionTheme" />
|
|
|
+
|
|
|
+ <provider
|
|
|
+ android:name=".provider.TokenRenewalProvider"
|
|
|
+ android:authorities="${applicationId}.renewal"
|
|
|
+ android:enabled="true"
|
|
|
+ android:exported="true"></provider>
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|