|
@@ -82,8 +82,9 @@
|
|
|
<!-- 访问网络,网络定位需要上网-->
|
|
<!-- 访问网络,网络定位需要上网-->
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
<!-- SD卡读取权限,用户写入离线定位数据-->
|
|
<!-- SD卡读取权限,用户写入离线定位数据-->
|
|
|
- <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
|
|
|
|
|
- tools:ignore="ProtectedPermissions"/>
|
|
|
|
|
|
|
+ <uses-permission
|
|
|
|
|
+ android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
|
|
|
|
|
+ tools:ignore="ProtectedPermissions" />
|
|
|
<!-- 百度定位权限 end -->
|
|
<!-- 百度定位权限 end -->
|
|
|
<permission
|
|
<permission
|
|
|
android:name="android.permission.PACKAGE_USAGE_STATS"
|
|
android:name="android.permission.PACKAGE_USAGE_STATS"
|
|
@@ -95,12 +96,20 @@
|
|
|
android:fullBackupContent="@xml/backup_descriptor"
|
|
android:fullBackupContent="@xml/backup_descriptor"
|
|
|
android:icon="@mipmap/icon"
|
|
android:icon="@mipmap/icon"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
|
|
+ android:largeHeap="true"
|
|
|
android:persistent="true"
|
|
android:persistent="true"
|
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
|
- android:largeHeap="true"
|
|
|
|
|
android:theme="@style/AppTheme">
|
|
android:theme="@style/AppTheme">
|
|
|
- <meta-data android:name="design_width_in_dp" android:value="375"/>
|
|
|
|
|
- <meta-data android:name="design_height_in_dp" android:value="667"/>
|
|
|
|
|
|
|
+ <meta-data
|
|
|
|
|
+ android:name="com.sheep.jiuyan.samllsheep.utils.GlideApp"
|
|
|
|
|
+ android:value="GlideModule" />
|
|
|
|
|
+ <meta-data
|
|
|
|
|
+ android:name="design_width_in_dp"
|
|
|
|
|
+ android:value="375" />
|
|
|
|
|
+ <meta-data
|
|
|
|
|
+ android:name="design_height_in_dp"
|
|
|
|
|
+ android:value="667" />
|
|
|
|
|
+
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
android:name=".wxapi.WXEntryActivity"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
@@ -113,11 +122,11 @@
|
|
|
<service
|
|
<service
|
|
|
android:name=".service.FloatService"
|
|
android:name=".service.FloatService"
|
|
|
android:enabled="true"
|
|
android:enabled="true"
|
|
|
- android:exported="true"/>
|
|
|
|
|
|
|
+ android:exported="true" />
|
|
|
<service
|
|
<service
|
|
|
android:name=".service.FloatShotScreenService"
|
|
android:name=".service.FloatShotScreenService"
|
|
|
android:enabled="true"
|
|
android:enabled="true"
|
|
|
- android:exported="true"/>
|
|
|
|
|
|
|
+ android:exported="true" />
|
|
|
|
|
|
|
|
<provider
|
|
<provider
|
|
|
android:name=".provider.SheepFileProvider"
|
|
android:name=".provider.SheepFileProvider"
|
|
@@ -152,8 +161,7 @@
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
|
|
android:name="com.sheep.gamegroup.view.activity.PersonalInfoAct"
|
|
|
- android:screenOrientation="portrait">
|
|
|
|
|
- </activity>
|
|
|
|
|
|
|
+ android:screenOrientation="portrait"></activity>
|
|
|
|
|
|
|
|
<!--2.0-->
|
|
<!--2.0-->
|
|
|
<activity
|
|
<activity
|
|
@@ -176,54 +184,68 @@
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
|
|
|
|
|
- android:launchMode="singleTask"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActAudit"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
|
|
|
|
|
- android:screenOrientation="portrait"
|
|
|
|
|
- android:launchMode="singleTask"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
|
|
|
|
|
- android:screenOrientation="portrait"
|
|
|
|
|
- android:launchMode="singleTask"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
|
|
|
|
|
- android:theme="@style/MyDialogActivityTheme"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.PersonalCenterAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.WithdrawalAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.WithdrawalResultAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.BindOrChangeWeixinAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TryMakeMoneyact"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.GamemakeMoneyAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.LieMakeMoneyAct"
|
|
|
|
|
+ android:launchMode="singleTask" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActAudit"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.GameTaskOrderListAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.WithdrawalListAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ChangeTelAct"
|
|
|
|
|
+ android:launchMode="singleTask"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActBindMobileRegister"
|
|
|
|
|
+ android:launchMode="singleTask"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TaskDetailAct"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
|
|
|
|
|
+ android:theme="@style/MyDialogActivityTheme" />
|
|
|
|
|
|
|
|
<!--<!–半袋米首页–>-->
|
|
<!--<!–半袋米首页–>-->
|
|
|
<!--<activity-->
|
|
<!--<activity-->
|
|
|
- <!--android:name="com.kfzs.duanduan.ActMain"-->
|
|
|
|
|
- <!--android:configChanges="keyboardHidden|screenSize|orientation"-->
|
|
|
|
|
- <!--android:exported="true"-->
|
|
|
|
|
- <!--android:hardwareAccelerated="true"-->
|
|
|
|
|
- <!--android:launchMode="singleTask"-->
|
|
|
|
|
- <!--android:screenOrientation="portrait"-->
|
|
|
|
|
- <!--android:theme="@style/AppTheme"-->
|
|
|
|
|
- <!--android:windowSoftInputMode="adjustPan|stateHidden">-->
|
|
|
|
|
- <!--<intent-filter>-->
|
|
|
|
|
- <!--<category android:name="android.intent.category.DEFAULT" />-->
|
|
|
|
|
- <!--<action android:name="android.intent.action.VIEW" />-->
|
|
|
|
|
- <!--</intent-filter>-->
|
|
|
|
|
|
|
+ <!--android:name="com.kfzs.duanduan.ActMain"-->
|
|
|
|
|
+ <!--android:configChanges="keyboardHidden|screenSize|orientation"-->
|
|
|
|
|
+ <!--android:exported="true"-->
|
|
|
|
|
+ <!--android:hardwareAccelerated="true"-->
|
|
|
|
|
+ <!--android:launchMode="singleTask"-->
|
|
|
|
|
+ <!--android:screenOrientation="portrait"-->
|
|
|
|
|
+ <!--android:theme="@style/AppTheme"-->
|
|
|
|
|
+ <!--android:windowSoftInputMode="adjustPan|stateHidden">-->
|
|
|
|
|
+ <!--<intent-filter>-->
|
|
|
|
|
+ <!--<category android:name="android.intent.category.DEFAULT" />-->
|
|
|
|
|
+ <!--<action android:name="android.intent.action.VIEW" />-->
|
|
|
|
|
+ <!--</intent-filter>-->
|
|
|
<!--</activity>-->
|
|
<!--</activity>-->
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActMain"
|
|
android:name="com.sheep.gamegroup.view.activity.ActMain"
|
|
@@ -250,9 +272,9 @@
|
|
|
android:screenOrientation="portrait" />
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<!--<provider-->
|
|
<!--<provider-->
|
|
|
- <!--android:name="com.kfzs.duanduan.data.graph.provider.KFZSProvider"-->
|
|
|
|
|
- <!--android:authorities="com.kfzs.duanduan.data.graph.provider.${DUANDUAN_GRAPH}"-->
|
|
|
|
|
- <!--android:exported="true" />-->
|
|
|
|
|
|
|
+ <!--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">
|
|
<receiver android:name="com.sheep.gamegroup.receiver.AppAddOrDelReceiver">
|
|
@@ -381,8 +403,8 @@
|
|
|
android:screenOrientation="portrait" />
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
|
|
android:name="com.sheep.gamegroup.view.activity.MiddleScreenShotAct"
|
|
|
- android:theme="@style/MyDialogActivityTheme"
|
|
|
|
|
- android:screenOrientation="user" />
|
|
|
|
|
|
|
+ android:screenOrientation="user"
|
|
|
|
|
+ android:theme="@style/MyDialogActivityTheme" />
|
|
|
|
|
|
|
|
<!--友盟start-->
|
|
<!--友盟start-->
|
|
|
<meta-data
|
|
<meta-data
|
|
@@ -544,78 +566,111 @@
|
|
|
<!-- 百度定位 sdk start -->
|
|
<!-- 百度定位 sdk start -->
|
|
|
<meta-data
|
|
<meta-data
|
|
|
android:name="com.baidu.lbsapi.API_KEY"
|
|
android:name="com.baidu.lbsapi.API_KEY"
|
|
|
- android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL" >
|
|
|
|
|
- </meta-data>
|
|
|
|
|
- <service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote"> </service>
|
|
|
|
|
|
|
+ android:value="gXD6RhE7ncVIcl1crk5SeUoVm7ceNtkL"></meta-data>
|
|
|
|
|
+ <service
|
|
|
|
|
+ android:name="com.baidu.location.f"
|
|
|
|
|
+ android:enabled="true"
|
|
|
|
|
+ android:process=":remote"></service>
|
|
|
<!-- 百度定位 sdk end -->
|
|
<!-- 百度定位 sdk end -->
|
|
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActNotice"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGuide"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActFindGame"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
|
|
|
|
|
- android:hardwareAccelerated="true"
|
|
|
|
|
- android:configChanges="orientation|screenSize|keyboardHidden"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActReservation"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSetting"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMsg"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
|
|
|
|
|
- android:exported="true"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActEverydayPlayGame"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActPlayGameDetail"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
|
|
|
|
|
- android:exported="true"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.InvitationActivity"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActInvitation"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActNotice"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGuide"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActLoadH5"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActUserLabelList"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActNewAboutUs"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActInstallApkList"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSheepApkList"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSheepPngList"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActFindGame"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
|
|
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
|
|
+ android:hardwareAccelerated="true" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActReservation"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGameAgencyRecharge"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGameAccount"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSearchGame"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSearchApp"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSetting"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActMsg"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGameCenter"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActDownloadWelfareList"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGiftCenter"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGiftDetail"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActMyWelfare"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.MessageInteractionDetailActivity"
|
|
|
|
|
+ android:exported="true" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActModifyThird"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActEverydayPlayGame"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActPlayGameDetail"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActSysNfDetail"
|
|
|
|
|
+ android:exported="true" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.InvitationActivity"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActInvitation"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<!--start幂动科技-->
|
|
<!--start幂动科技-->
|
|
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMiDong"
|
|
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
|
|
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActMiDong"
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
|
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
<service
|
|
<service
|
|
|
android:name="com.mdad.sdk.mdsdk.monitor.MonitorService"
|
|
android:name="com.mdad.sdk.mdsdk.monitor.MonitorService"
|