|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- package="com.edufound.reader">
|
|
|
+ package="com.edufound.reader">
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
@@ -16,32 +16,33 @@
|
|
|
<uses-permission android:name="com.baidu.baiduaccount.permission.READ_USERINFO" />
|
|
|
|
|
|
<application
|
|
|
- android:name=".application.EApplication"
|
|
|
- android:allowBackup="true"
|
|
|
- android:hardwareAccelerated="true"
|
|
|
- android:icon="${icon}"
|
|
|
- android:label="@string/app_name"
|
|
|
- android:roundIcon="${icon}"
|
|
|
- android:supportsRtl="true"
|
|
|
- android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen">
|
|
|
+ android:name=".application.EApplication"
|
|
|
+ android:allowBackup="true"
|
|
|
+ android:hardwareAccelerated="true"
|
|
|
+ android:icon="${icon}"
|
|
|
+ android:label="@string/app_name"
|
|
|
+ android:roundIcon="${icon}"
|
|
|
+ android:supportsRtl="true"
|
|
|
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
|
|
|
+ android:usesCleartextTraffic="true">
|
|
|
<meta-data
|
|
|
- android:name="android.notch_support"
|
|
|
- android:value="true" />
|
|
|
+ android:name="android.notch_support"
|
|
|
+ android:value="true" />
|
|
|
<meta-data
|
|
|
- android:name="android.max_aspect"
|
|
|
- android:value="2.1" />
|
|
|
+ android:name="android.max_aspect"
|
|
|
+ android:value="2.1" />
|
|
|
<meta-data
|
|
|
- android:name="notch.config"
|
|
|
- android:value="portrait|landscape" />
|
|
|
- <activity
|
|
|
- android:name=".activity.MainActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTop"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/AppStartTheme"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden">
|
|
|
+ android:name="notch.config"
|
|
|
+ android:value="portrait|landscape" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.MainActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTop"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/AppStartTheme"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
<action android:name="com.edufound.reader.MAIN"></action>
|
|
@@ -56,176 +57,186 @@
|
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
<data
|
|
|
- android:host="com.edufound.reader"
|
|
|
- android:path="/main"
|
|
|
- android:scheme="efunbox" />
|
|
|
+ android:host="com.edufound.reader"
|
|
|
+ android:path="/main"
|
|
|
+ android:scheme="efunbox" />
|
|
|
</intent-filter>
|
|
|
|
|
|
</activity>
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.RecordActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.CrashDialogActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/AppStartTheme"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden">
|
|
|
+ android:name=".activity.RecordActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.CrashDialogActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/AppStartTheme"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden">
|
|
|
|
|
|
</activity>
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.LoginAlertActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.LoginAlertActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.MyCollectionActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.MyCollectionActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.MyFollowActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.MyFollowActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.MessageActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.MessageActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.CustomerServiceActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.CustomerServiceActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.PayActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.PayActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.TmailPayActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+
|
|
|
|
|
|
<activity
|
|
|
- android:name=".activity.CommentActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustPan|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.WebActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:process=":web"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.SmallFullVideoActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.OthersRecordActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.UserInfoSettingActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
- <activity
|
|
|
- android:name=".activity.SafflowerActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ android:name=".activity.CommentActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustPan|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.WebActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:process=":web"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.SmallFullVideoActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.OthersRecordActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.UserInfoSettingActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
+ <activity
|
|
|
+ android:name=".activity.SafflowerActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden" />
|
|
|
|
|
|
|
|
|
<activity
|
|
|
- android:name=".support.DebugSafeModeTipActivity"
|
|
|
- android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
- android:label=""
|
|
|
- android:launchMode="singleTask"
|
|
|
- android:maxAspectRatio="2.1"
|
|
|
- android:resizeableActivity="true"
|
|
|
- android:screenOrientation="landscape"
|
|
|
- android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
- android:windowSoftInputMode="adjustNothing|stateHidden"></activity>
|
|
|
+ android:name=".support.DebugSafeModeTipActivity"
|
|
|
+ android:configChanges="screenLayout|screenSize|keyboardHidden|keyboard|orientation"
|
|
|
+ android:label=""
|
|
|
+ android:launchMode="singleTask"
|
|
|
+ android:maxAspectRatio="2.1"
|
|
|
+ android:resizeableActivity="true"
|
|
|
+ android:screenOrientation="landscape"
|
|
|
+ android:theme="@style/efunboxTransparentLoginAlert"
|
|
|
+ android:windowSoftInputMode="adjustNothing|stateHidden"></activity>
|
|
|
|
|
|
|
|
|
|
|
|
<meta-data
|
|
|
- android:name="UMENG_APPKEY"
|
|
|
- android:value="61e7da42e0f9bb492bd8e12e" />
|
|
|
+ android:name="UMENG_APPKEY"
|
|
|
+ android:value="61e7da42e0f9bb492bd8e12e" />
|
|
|
<meta-data
|
|
|
- android:name="UMENG_CHANNEL"
|
|
|
- android:value="${UMENG_CHANNEL_VALUE}" />
|
|
|
+ android:name="UMENG_CHANNEL"
|
|
|
+ android:value="${UMENG_CHANNEL_VALUE}" />
|
|
|
|
|
|
<service android:name=".services.RecordServices" />
|
|
|
</application>
|