|
@@ -1,7 +1,7 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
- package="com.edufound.android.xyyf">
|
|
|
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
+ package="com.edufound.android.xyyf">
|
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
@@ -16,35 +16,35 @@
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> <!-- 切换网络通道 -->
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> <!-- 切换网络通道 -->
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <!-- 开关wifi状态,解决国内机型移动网络权限问题需要 -->
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> <!-- 开关wifi状态,解决国内机型移动网络权限问题需要 -->
|
|
<application
|
|
<application
|
|
- android:name="com.edufound.android.xyyf.application.EApplication"
|
|
|
|
- android:allowBackup="false"
|
|
|
|
- android:appComponentFactory="huawei"
|
|
|
|
- android:icon="${icon}"
|
|
|
|
- android:label="@string/app_name"
|
|
|
|
- android:networkSecurityConfig="@xml/network_security_config"
|
|
|
|
- android:resizeableActivity="true"
|
|
|
|
- android:supportsRtl="true"
|
|
|
|
- android:theme="@style/NoTitle"
|
|
|
|
- android:usesCleartextTraffic="true"
|
|
|
|
- tools:replace="android:allowBackup,android:appComponentFactory">
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.application.EApplication"
|
|
|
|
+ android:allowBackup="false"
|
|
|
|
+ android:appComponentFactory="huawei"
|
|
|
|
+ android:icon="${icon}"
|
|
|
|
+ android:label="@string/app_name"
|
|
|
|
+ android:networkSecurityConfig="@xml/network_security_config"
|
|
|
|
+ android:resizeableActivity="true"
|
|
|
|
+ android:supportsRtl="true"
|
|
|
|
+ android:theme="@style/NoTitle"
|
|
|
|
+ android:usesCleartextTraffic="true"
|
|
|
|
+ tools:replace="android:allowBackup,android:appComponentFactory">
|
|
|
|
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="android.notch_support"
|
|
|
|
- android:value="true" />
|
|
|
|
|
|
+ android:name="android.notch_support"
|
|
|
|
+ android:value="true" />
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="android.max_aspect"
|
|
|
|
- android:value="2.1" />
|
|
|
|
|
|
+ android:name="android.max_aspect"
|
|
|
|
+ android:value="2.1" />
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="notch.config"
|
|
|
|
- android:value="portrait|landscape" />
|
|
|
|
|
|
+ android:name="notch.config"
|
|
|
|
+ android:value="portrait|landscape" />
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name="com.edufound.android.xyyf.activity.MainActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
|
- android:resizeableActivity="true"
|
|
|
|
- android:screenOrientation="landscape"
|
|
|
|
- android:theme="@style/AppStartTheme">
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.activity.MainActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
|
+ android:resizeableActivity="true"
|
|
|
|
+ android:screenOrientation="landscape"
|
|
|
|
+ android:theme="@style/AppStartTheme">
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.VIEW" />
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
|
@@ -52,16 +52,16 @@
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
<data
|
|
<data
|
|
- android:host="com.edufound.android.xyyf"
|
|
|
|
- android:path="/main"
|
|
|
|
- android:scheme="efunbox" />
|
|
|
|
|
|
+ android:host="com.edufound.android.xyyf"
|
|
|
|
+ android:path="/main"
|
|
|
|
+ android:scheme="efunbox" />
|
|
</intent-filter>
|
|
</intent-filter>
|
|
</activity>
|
|
</activity>
|
|
<activity
|
|
<activity
|
|
- android:name="com.edufound.android.xyyf.activity.AgreementActivity"
|
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
|
- android:resizeableActivity="true"
|
|
|
|
- android:screenOrientation="portrait">
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.activity.AgreementActivity"
|
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
|
+ android:resizeableActivity="true"
|
|
|
|
+ android:screenOrientation="portrait">
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
@@ -70,116 +70,102 @@
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name=".activity.PhoneNumLoginActivity"
|
|
|
|
- android:launchMode="singleInstance"
|
|
|
|
- android:screenOrientation="portrait"
|
|
|
|
- android:theme="@style/NoTitle"></activity>
|
|
|
|
|
|
+ android:name=".activity.PhoneNumLoginActivity"
|
|
|
|
+ android:launchMode="singleInstance"
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
+ android:theme="@style/NoTitle"></activity>
|
|
<!--友盟start-->
|
|
<!--友盟start-->
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="UMENG_APPKEY"
|
|
|
|
- android:value="5ffbb9e0f1eb4f3f9b58b05e" />
|
|
|
|
|
|
+ android:name="UMENG_APPKEY"
|
|
|
|
+ android:value="5ffbb9e0f1eb4f3f9b58b05e" />
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="UMENG_CHANNEL"
|
|
|
|
- android:value="${UMENG_CHANNEL_VALUE}" />
|
|
|
|
|
|
+ android:name="UMENG_CHANNEL"
|
|
|
|
+ android:value="${UMENG_CHANNEL_VALUE}" />
|
|
<!--友盟end-->
|
|
<!--友盟end-->
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name="com.edufound.android.xyyf.pay.PayActivity"
|
|
|
|
- android:configChanges="orientation|screenSize"
|
|
|
|
- android:screenOrientation="portrait"
|
|
|
|
- android:theme="@style/NoTitle"></activity>
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.pay.PayActivity"
|
|
|
|
+ android:configChanges="orientation|screenSize"
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
|
+ android:theme="@style/NoTitle"></activity>
|
|
|
|
|
|
<provider
|
|
<provider
|
|
- android:name="android.support.v4.content.FileProvider"
|
|
|
|
- android:authorities="com.edufound.android.xyyf.fileprovider"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:grantUriPermissions="true">
|
|
|
|
|
|
+ android:name="android.support.v4.content.FileProvider"
|
|
|
|
+ android:authorities="com.edufound.android.xyyf.fileprovider"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:grantUriPermissions="true">
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
- android:resource="@xml/apk_file_paths" />
|
|
|
|
|
|
+ android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
+ android:resource="@xml/apk_file_paths" />
|
|
</provider>
|
|
</provider>
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name="com.edufound.android.xyyf.wxapi.WXEntryActivity"
|
|
|
|
- android:exported="true"
|
|
|
|
- android:launchMode="singleTask"
|
|
|
|
- android:screenOrientation="landscape"
|
|
|
|
- android:taskAffinity="com.edufound.android.xyyf"
|
|
|
|
- android:theme="@style/transcutestyle"></activity>
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.wxapi.WXEntryActivity"
|
|
|
|
+ android:exported="true"
|
|
|
|
+ android:launchMode="singleTask"
|
|
|
|
+ android:screenOrientation="landscape"
|
|
|
|
+ android:taskAffinity="com.edufound.android.xyyf"
|
|
|
|
+ android:theme="@style/transcutestyle"></activity>
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name="com.edufound.android.xyyf.wxapi.WXPayEntryActivity"
|
|
|
|
- android:exported="true"
|
|
|
|
- android:screenOrientation="landscape"
|
|
|
|
- android:theme="@style/transcutestyle">
|
|
|
|
|
|
+ android:name="com.edufound.android.xyyf.wxapi.WXPayEntryActivity"
|
|
|
|
+ android:exported="true"
|
|
|
|
+ android:screenOrientation="landscape"
|
|
|
|
+ android:theme="@style/transcutestyle">
|
|
|
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
<activity
|
|
<activity
|
|
- android:name="com.alipay.sdk.app.H5PayActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:screenOrientation="behind"
|
|
|
|
- android:windowSoftInputMode="adjustResize|stateHidden"></activity>
|
|
|
|
|
|
+ android:name="com.alipay.sdk.app.H5PayActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden"></activity>
|
|
<activity
|
|
<activity
|
|
- android:name="com.alipay.sdk.app.H5AuthActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:screenOrientation="behind"
|
|
|
|
- android:windowSoftInputMode="adjustResize|stateHidden"></activity>
|
|
|
|
|
|
+ android:name="com.alipay.sdk.app.H5AuthActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:screenOrientation="behind"
|
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden"></activity>
|
|
|
|
|
|
|
|
|
|
- <activity
|
|
|
|
- android:name="com.edufound.android.xyyf.push.MipushTestActivity"
|
|
|
|
- android:exported="true"
|
|
|
|
- android:launchMode="singleTask" />
|
|
|
|
-
|
|
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="com.huawei.hms.client.channel.androidMarket"
|
|
|
|
- android:value="false" />
|
|
|
|
|
|
+ android:name="com.huawei.hms.client.channel.androidMarket"
|
|
|
|
+ android:value="false" />
|
|
<meta-data
|
|
<meta-data
|
|
- android:name="com.huawei.hms.client.appid"
|
|
|
|
- android:value="appid=103790191" />
|
|
|
|
|
|
+ android:name="com.huawei.hms.client.appid"
|
|
|
|
+ android:value="appid=103790191" />
|
|
|
|
|
|
- <!--vivo push参数声明 -->
|
|
|
|
- <!-- vivo start-->
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.vivo.push.api_key"
|
|
|
|
- android:value="xxxxxx" />
|
|
|
|
- <meta-data
|
|
|
|
- android:name="com.vivo.push.app_id"
|
|
|
|
- android:value="xxxxxx" />
|
|
|
|
- <!-- VIVO end-->
|
|
|
|
<activity
|
|
<activity
|
|
- android:name=".activity.PhoneNumLoginActivityLandscape"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:launchMode="singleTop"
|
|
|
|
- android:screenOrientation="landscape"
|
|
|
|
- android:theme="@style/translucent">
|
|
|
|
|
|
+ android:name=".activity.PhoneNumLoginActivityLandscape"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:launchMode="singleTop"
|
|
|
|
+ android:screenOrientation="landscape"
|
|
|
|
+ android:theme="@style/translucent">
|
|
|
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
<!--联通电信授权页-->
|
|
<!--联通电信授权页-->
|
|
<activity
|
|
<activity
|
|
- android:name="com.mobile.auth.gatewayauth.LoginAuthActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:launchMode="singleTop"
|
|
|
|
- android:theme="@style/phonelogin_dialog_activity_landscape" />
|
|
|
|
|
|
+ android:name="com.mobile.auth.gatewayauth.LoginAuthActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:launchMode="singleTop"
|
|
|
|
+ android:theme="@style/phonelogin_dialog_activity_landscape" />
|
|
<!--协议页面webview-->
|
|
<!--协议页面webview-->
|
|
<activity
|
|
<activity
|
|
- android:name="com.mobile.auth.gatewayauth.activity.AuthWebVeiwActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:launchMode="singleTop"
|
|
|
|
- android:screenOrientation="behind" />
|
|
|
|
|
|
+ android:name="com.mobile.auth.gatewayauth.activity.AuthWebVeiwActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:launchMode="singleTop"
|
|
|
|
+ android:screenOrientation="behind" />
|
|
<!--移动授权页-->
|
|
<!--移动授权页-->
|
|
<activity
|
|
<activity
|
|
- android:name="com.cmic.sso.sdk.activity.LoginAuthActivity"
|
|
|
|
- android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
- android:exported="false"
|
|
|
|
- android:launchMode="singleTop" />
|
|
|
|
|
|
+ android:name="com.cmic.sso.sdk.activity.LoginAuthActivity"
|
|
|
|
+ android:configChanges="orientation|keyboardHidden|screenSize"
|
|
|
|
+ android:exported="false"
|
|
|
|
+ android:launchMode="singleTop" />
|
|
|
|
|
|
</application>
|
|
</application>
|
|
|
|
|