|
|
@@ -1,7 +1,7 @@
|
|
|
<?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">
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ package="com.sheep.jiuyan.samllsheep">
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
|
@@ -46,46 +46,10 @@
|
|
|
android:exported="true"
|
|
|
android:launchMode="singleTop"/>
|
|
|
<activity
|
|
|
- android:name=".page.MainActivity"
|
|
|
- android:exported="true"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:screenOrientation="portrait">
|
|
|
- </activity>
|
|
|
- <activity
|
|
|
- android:name=".floatwindow.FloatWindow"
|
|
|
- android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
|
|
- <activity
|
|
|
- android:name=".page.ShotScreenActivity"
|
|
|
- android:exported="true"
|
|
|
- android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
|
|
|
- <activity
|
|
|
- android:name=".page.UserCenterActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.WithdrawActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.WxAccountDetail"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.LoginActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WebviewAct"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
|
|
|
- <service
|
|
|
- android:name=".floatwindow.FloatService"
|
|
|
- android:enabled="true"
|
|
|
- android:exported="true">
|
|
|
- </service>
|
|
|
-
|
|
|
- <service
|
|
|
- android:name=".service.DownloadService"
|
|
|
- >
|
|
|
- </service>
|
|
|
-
|
|
|
-
|
|
|
+ <service android:name=".service.DownloadService"/>
|
|
|
|
|
|
<provider
|
|
|
android:name=".provider.SheepFileProvider"
|
|
|
@@ -120,67 +84,10 @@
|
|
|
</provider>
|
|
|
|
|
|
<activity
|
|
|
- android:name=".page.BindWxActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.RegisterActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.TaskRecordActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.WithdrawRecordActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.WebActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.MoneyHistroyActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.NewUserGuideActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity
|
|
|
- android:name=".page.WXAccountActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.InputWXAccountActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name=".page.GameDetailActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.XDownLoadActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.ResetPWDActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.AskFriendActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.BindPhoneActivity"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
-
|
|
|
- <activity
|
|
|
- android:name=".page.SplashActivity"
|
|
|
- android:screenOrientation="portrait">
|
|
|
- </activity>
|
|
|
- <activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.AskRewardAct"
|
|
|
android:screenOrientation="portrait">
|
|
|
</activity>
|
|
|
<activity
|
|
|
- android:name="com.sheep.gamegroup.view.activity.FriendAndRewardAct"
|
|
|
- android:screenOrientation="portrait">
|
|
|
- </activity>
|
|
|
- <activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.PersionInfoAct"
|
|
|
android:screenOrientation="portrait">
|
|
|
</activity>
|
|
|
@@ -190,7 +97,7 @@
|
|
|
android:theme="@style/FullScreenTheme"
|
|
|
android:screenOrientation="portrait">
|
|
|
|
|
|
- </activity>
|
|
|
+ </activity>
|
|
|
|
|
|
<activity android:name="com.sheep.gamegroup.view.activity.SplashAct"
|
|
|
android:screenOrientation="portrait"
|
|
|
@@ -237,7 +144,7 @@
|
|
|
/>
|
|
|
|
|
|
<service android:name=".service.TopService"
|
|
|
- android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
|
|
|
+ android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
|
|
|
>
|
|
|
<intent-filter>
|
|
|
<action android:name="android.accessibilityservice.AccessibilityService"/>
|
|
|
@@ -273,20 +180,11 @@
|
|
|
android:name="com.kfzs.duanduan.ActGameDetails"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
- android:name="com.kfzs.duanduan.ActDuJiaShouFa"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
- <activity
|
|
|
android:name="com.kfzs.duanduan.ActPicturesEnlarge"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name="com.kfzs.duanduan.ActGategoryRank"
|
|
|
android:screenOrientation="portrait" />
|
|
|
- <activity
|
|
|
- android:name="com.kfzs.duanduan.mine.GiftpackListActivity"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
- <activity
|
|
|
- android:name="com.kfzs.duanduan.mine.VoucherListActivity"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.AskGetMoneyAct"
|
|
|
@@ -375,14 +273,6 @@
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
|
|
|
|
|
- <activity android:name="com.sheep.groups.creditcard.CITICBankOtherInfoActivity"
|
|
|
- android:screenOrientation="portrait">
|
|
|
- </activity>
|
|
|
-
|
|
|
- <activity android:name="com.sheep.groups.creditcard.zx.ZhongXinCreditStep1Activity" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.groups.creditcard.ms.MinShengCreditActivity" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMingShengWeb" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActZhongXinWeb" android:screenOrientation="portrait"/>
|
|
|
<activity android:name="com.sheep.gamegroup.view.activity.ActNewbieTaskList" android:screenOrientation="portrait"/>
|
|
|
<activity android:name="com.sheep.gamegroup.view.activity.ActUnderstandSheep" android:screenOrientation="portrait"/>
|
|
|
<activity android:name="com.sheep.gamegroup.view.activity.ActCreditCardTaskList" android:screenOrientation="portrait" />
|