|
|
@@ -16,11 +16,13 @@
|
|
|
<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.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.MOUNT_UNMOUNT_FILESYSTEMS"
|
|
|
+ tools:ignore="ProtectedPermissions" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
|
|
|
@@ -31,27 +33,27 @@
|
|
|
<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" />
|
|
|
- <uses-permission android:name="android.permission.GET_TASKS" />
|
|
|
<!--极光推送end-->
|
|
|
|
|
|
- <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"/>
|
|
|
- <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.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"/>
|
|
|
+ <uses-permission
|
|
|
+ android:name="android.permission.READ_LOGS"
|
|
|
+ tools:ignore="ProtectedPermissions" />
|
|
|
<!--保存资源到SD卡-->
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
<!-- 推荐的权限 -->
|
|
|
@@ -59,36 +61,37 @@
|
|
|
<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="com.android.alarm.permission.SET_ALARM" />
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
|
|
|
|
|
|
<permission
|
|
|
android:name="android.permission.PACKAGE_USAGE_STATS"
|
|
|
- tools:ignore="ProtectedPermissions"/>
|
|
|
+ tools:ignore="ProtectedPermissions" />
|
|
|
|
|
|
<application
|
|
|
android:name=".SheepApp"
|
|
|
android:allowBackup="true"
|
|
|
+ android:fullBackupContent="@xml/backup_descriptor"
|
|
|
android:icon="@mipmap/icon"
|
|
|
- android:persistent="true"
|
|
|
android:label="@string/app_name"
|
|
|
+ android:persistent="true"
|
|
|
android:supportsRtl="true"
|
|
|
- android:theme="@style/AppTheme"
|
|
|
- android:fullBackupContent="@xml/backup_descriptor">
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
|
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
|
android:exported="true"
|
|
|
- android:launchMode="singleTop"/>
|
|
|
+ android:launchMode="singleTop" />
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.WebviewAct"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
- <service android:name=".service.DownloadService"/>
|
|
|
+ <service android:name=".service.DownloadService" />
|
|
|
<service
|
|
|
android:name=".service.FloatService"
|
|
|
android:enabled="true"
|
|
|
- android:exported="true">
|
|
|
- </service>
|
|
|
+ android:exported="true"></service>
|
|
|
+
|
|
|
<provider
|
|
|
android:name=".provider.SheepFileProvider"
|
|
|
android:authorities="${applicationId}.fileprovider"
|
|
|
@@ -98,16 +101,15 @@
|
|
|
<!-- 元数据 -->
|
|
|
<meta-data
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
- android:resource="@xml/file_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"/>
|
|
|
+ android:theme="@android:style/Theme.Translucent" />
|
|
|
|
|
|
<!-- 必须配置 fileProvider, 注意: android:authorities="${applicationId}.fileProvider" 不要直接copy,设置为你的包名.fileProvider-->
|
|
|
<provider
|
|
|
@@ -117,69 +119,83 @@
|
|
|
android:grantUriPermissions="true">
|
|
|
<meta-data
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
- android:resource="@xml/provider_paths"/>
|
|
|
+ android:resource="@xml/provider_paths" />
|
|
|
|
|
|
</provider>
|
|
|
|
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.PersionInfoAct"
|
|
|
- android:screenOrientation="portrait">
|
|
|
- </activity>
|
|
|
+ android:screenOrientation="portrait"></activity>
|
|
|
|
|
|
<!--2.0-->
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.LoginAct"
|
|
|
- android:theme="@style/FullScreenTheme"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.LoginAct"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:screenOrientation="portrait">
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:theme="@style/FullScreenTheme">
|
|
|
|
|
|
</activity>
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.SplashAct"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SplashAct"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/SplashTheme"
|
|
|
- >
|
|
|
+ android:theme="@style/SplashTheme">
|
|
|
|
|
|
<intent-filter>
|
|
|
- <action android:name="android.intent.action.MAIN"/>
|
|
|
- <category android:name="android.intent.category.LAUNCHER"/>
|
|
|
+ <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.PhoneAct"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <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.HomePageAct"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.DialogActivity"
|
|
|
- android:theme="@style/MyDialogActivityTheme"
|
|
|
- />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
- 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.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.PhoneAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <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.HomePageAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.DialogActivity"
|
|
|
+ android:theme="@style/MyDialogActivityTheme" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TaskListAct"
|
|
|
+ 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.TaskDetailAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.DialogToastAct"
|
|
|
+ android:theme="@style/MyDialogActivityTheme" />
|
|
|
|
|
|
<!--半袋米首页-->
|
|
|
<activity
|
|
|
@@ -238,6 +254,7 @@
|
|
|
<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>
|
|
|
@@ -245,12 +262,14 @@
|
|
|
<activity
|
|
|
android:name="com.tencent.tauth.AuthActivity"
|
|
|
android:launchMode="singleTask"
|
|
|
- android:noHistory="true" >
|
|
|
+ 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>
|
|
|
|
|
|
@@ -258,77 +277,119 @@
|
|
|
|
|
|
<activity
|
|
|
android:name="com.tencent.connect.common.AssistActivity"
|
|
|
- android:screenOrientation="portrait"
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"/>
|
|
|
-
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
|
|
|
- android:windowSoftInputMode="stateVisible|adjustPan"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
|
|
|
- android:screenOrientation="portrait" />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
|
|
|
- android:windowSoftInputMode="stateVisible|adjustPan"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.CommitWxAct"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="stateVisible|adjustPan" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGuideOnHook"
|
|
|
android:screenOrientation="portrait" />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.CommitWxCodeAct"
|
|
|
+ android:screenOrientation="portrait"
|
|
|
+ android:windowSoftInputMode="stateVisible|adjustPan" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActGuideDeblocked"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.RealNameAuthenAct"
|
|
|
android:screenOrientation="portrait" />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
|
|
|
- android:windowSoftInputMode="stateVisible|adjustPan"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="me.iwf.photopicker.PhotoPickerActivity"
|
|
|
- android:theme="@style/Theme.AppCompat.NoActionBar"
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ChangeWxOrTelAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ReNameActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
- />
|
|
|
+ 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: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: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" />
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActXinwanWeb" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActWeb" android:screenOrientation="portrait" android:hardwareAccelerated="false"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMyMoney" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.FeedbackAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActMainGame" android:screenOrientation="portrait"/>
|
|
|
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
|
|
|
|
|
|
+ <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" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActCreditCardWeb"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActXinwanWeb"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TaskDetailCreditCardAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.TaskDetailAddQQAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActWeb"
|
|
|
+ android:hardwareAccelerated="false"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActMyMoney"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.FeedbackAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActMainGame"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.SignCardAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.SignRankingsAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.SignRecordAct" android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.SignRechargeAct" android:screenOrientation="portrait"/>
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SignCardAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SignRankingsAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SignRecordAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.SignRechargeAct"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
|
|
|
|
|
|
<!--appsee start-->
|
|
|
- <meta-data android:name="com.appsee.ApiKey" android:value="${appsee_app_key}" />
|
|
|
+ <meta-data
|
|
|
+ android:name="com.appsee.ApiKey"
|
|
|
+ android:value="${appsee_app_key}" />
|
|
|
|
|
|
<!--友盟start-->
|
|
|
<meta-data
|
|
|
android:name="UMENG_APPKEY"
|
|
|
- android:value="${umeng_app_key}"/>
|
|
|
- <meta-data android:value="xxx" android:name="UMENG_CHANNEL"/>
|
|
|
+ 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">
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.MiddleAct"
|
|
|
+ android:exported="false">
|
|
|
<intent-filter>
|
|
|
<action android:name="jpush.testAction" />
|
|
|
<category android:name="jpush.testCategory" />
|
|
|
@@ -337,17 +398,17 @@
|
|
|
<!-- Rich push 核心功能 since 2.0.6-->
|
|
|
<activity
|
|
|
android:name="cn.jpush.android.ui.PopWinActivity"
|
|
|
- android:theme="@style/MyDialogStyle"
|
|
|
- android:exported="false">
|
|
|
- </activity>
|
|
|
+ android:exported="false"
|
|
|
+ android:theme="@style/MyDialogStyle"></activity>
|
|
|
<!-- Required SDK核心功能-->
|
|
|
<activity
|
|
|
android:name="cn.jpush.android.ui.PushActivity"
|
|
|
android:configChanges="orientation|keyboardHidden"
|
|
|
- android:theme="@android:style/Theme.NoTitleBar"
|
|
|
- android:exported="false">
|
|
|
+ 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>
|
|
|
@@ -357,8 +418,8 @@
|
|
|
<!-- 可配置android:process参数将PushService放在其他进程中 -->
|
|
|
<service
|
|
|
android:name="cn.jpush.android.service.PushService"
|
|
|
- android:process=":mult"
|
|
|
- android:exported="false">
|
|
|
+ android:exported="false"
|
|
|
+ android:process=":mult">
|
|
|
<intent-filter>
|
|
|
<action android:name="cn.jpush.android.intent.REGISTER" />
|
|
|
<action android:name="cn.jpush.android.intent.REPORT" />
|
|
|
@@ -368,10 +429,9 @@
|
|
|
</service>
|
|
|
<!-- since 3.0.9 Required SDK 核心功能-->
|
|
|
<provider
|
|
|
- android:authorities="${applicationId}.DataProvider"
|
|
|
android:name="cn.jpush.android.service.DataProvider"
|
|
|
- android:exported="false"
|
|
|
- />
|
|
|
+ android:authorities="${applicationId}.DataProvider"
|
|
|
+ android:exported="false" />
|
|
|
|
|
|
|
|
|
<!-- since 1.8.0 option 可选项。用于同一设备中不同应用的JPush服务相互拉起的功能。 -->
|
|
|
@@ -388,10 +448,9 @@
|
|
|
</service>
|
|
|
<!-- since 3.1.0 Required SDK 核心功能-->
|
|
|
<provider
|
|
|
- android:authorities="${applicationId}.DownloadProvider"
|
|
|
android:name="cn.jpush.android.service.DownloadProvider"
|
|
|
- android:exported="true"
|
|
|
- />
|
|
|
+ android:authorities="${applicationId}.DownloadProvider"
|
|
|
+ android:exported="true" />
|
|
|
<!-- Required SDK核心功能-->
|
|
|
<receiver
|
|
|
android:name="cn.jpush.android.service.PushReceiver"
|
|
|
@@ -415,13 +474,15 @@
|
|
|
</receiver>
|
|
|
|
|
|
<!-- Required SDK核心功能-->
|
|
|
- <receiver android:name="cn.jpush.android.service.AlarmReceiver" android:exported="false"/>
|
|
|
+ <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:exported="false"
|
|
|
- android:enabled="true">
|
|
|
+ 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-->
|
|
|
@@ -436,13 +497,17 @@
|
|
|
<receiver android:name="com.sheep.gamegroup.receiver.SheepJpushMessageReceiver">
|
|
|
<intent-filter>
|
|
|
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
|
|
|
- <category android:name="${applicationId}"/>
|
|
|
+ <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-->
|
|
|
+ <meta-data
|
|
|
+ android:name="JPUSH_CHANNEL"
|
|
|
+ android:value="developer-default" />
|
|
|
+ <meta-data
|
|
|
+ android:name="JPUSH_APPKEY"
|
|
|
+ android:value="${jpush_appkey}" /> <!-- </>值来自开发者平台取得的AppKey-->
|
|
|
<!--极光推送end-->
|
|
|
|
|
|
<!-- div start-->
|
|
|
@@ -463,35 +528,91 @@
|
|
|
android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
|
|
android:exported="false"
|
|
|
android:screenOrientation="behind"
|
|
|
- android:windowSoftInputMode="adjustResize|stateHidden" >
|
|
|
- </activity>
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden"></activity>
|
|
|
|
|
|
<!-- alipay 支付宝 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.ActFindGame"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <activity android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
|
|
|
- android:screenOrientation="portrait"/>
|
|
|
- <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"
|
|
|
+ <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.ActFindGame"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <activity
|
|
|
+ android:name="com.sheep.gamegroup.view.activity.ActFindInformation"
|
|
|
+ android:screenOrientation="portrait" />
|
|
|
+ <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" />
|
|
|
+
|
|
|
+ <!--start幂动科技-->
|
|
|
+
|
|
|
+ <activity android:name="com.sheep.gamegroup.view.activity.ActMiDong"
|
|
|
android:screenOrientation="portrait"/>
|
|
|
+
|
|
|
+ <service
|
|
|
+ android:name="com.mdad.sdk.mdsdk.monitor.MonitorService"
|
|
|
+ android:enabled="true"
|
|
|
+ android:priority="1000" />
|
|
|
+ <service
|
|
|
+ android:name="com.mdad.sdk.mdsdk.monitor.DetectionService"
|
|
|
+ android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.accessibilityservice.AccessibilityService" />
|
|
|
+ </intent-filter>
|
|
|
+ <meta-data
|
|
|
+ android:name="android.accessibilityservice"
|
|
|
+ android:resource="@xml/accessibility_config" />
|
|
|
+ </service>
|
|
|
+
|
|
|
+
|
|
|
+ <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>
|
|
|
+
|
|
|
+ <receiver
|
|
|
+ android:name="com.mdad.sdk.mdsdk.DownloadCompleteReceiver"
|
|
|
+ android:enabled="true"
|
|
|
+ android:exported="true">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
|
|
|
+ <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED" />
|
|
|
+ </intent-filter>
|
|
|
+ </receiver>
|
|
|
+ <!--end幂动科技-->
|
|
|
</application>
|
|
|
|
|
|
|