version:1.3.5

fix:
update:增加学习资源下载,修复退出桌面再进入卡顿,增加语音助手
This commit is contained in:
2023-04-23 11:08:44 +08:00
parent eef000be87
commit 3346ffca88
29 changed files with 982 additions and 109 deletions

View File

@@ -66,6 +66,7 @@
<activity
android:name=".activity.main.MainActivity"
android:clearTaskOnLaunch="true"
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation|touchscreen"
android:enabled="true"
android:excludeFromRecents="true"
android:launchMode="singleTask"
@@ -73,7 +74,6 @@
android:resumeWhilePausing="true"
android:screenOrientation="userLandscape"
android:stateNotNeeded="true"
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation|touchscreen"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -96,6 +96,10 @@
<activity
android:name=".activity.more.MoreAppActivity"
android:launchMode="singleTask" />
<activity
android:name=".activity.ScreenLockActivity"
android:configChanges="keyboardHidden"
android:launchMode="singleTask" />
<receiver
android:name=".receiver.BootReceiver"
@@ -218,7 +222,8 @@
<intent-filter>
<action android:name="android.intent.action" />
</intent-filter>
</activity> <!-- 【必须】 信鸽receiver广播接收 -->
</activity>
<!-- 【必须】 信鸽receiver广播接收 -->
<receiver
android:name="com.tencent.android.tpush.XGPushReceiver"
android:exported="false"