version:1.1

fix:
update:优化
This commit is contained in:
2023-03-12 19:19:47 +08:00
parent a5e8623bed
commit 69bf8b4139
45 changed files with 658 additions and 4294 deletions

View File

@@ -73,7 +73,7 @@
android:resumeWhilePausing="true"
android:screenOrientation="userLandscape"
android:stateNotNeeded="true"
android:taskAffinity="com.example.taskaffinity.newtask"
android:configChanges="orientation|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation|touchscreen"
android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -90,9 +90,12 @@
android:excludeFromRecents="true"
android:screenOrientation="portrait"
android:theme="@style/activity_styles" />
<activity android:name=".activity.PolicyActivity"
android:launchMode="singleTask"/>
<activity
android:name=".activity.PolicyActivity"
android:launchMode="singleTask" />
<activity
android:name=".activity.more.MoreAppActivity"
android:launchMode="singleTask" />
<receiver
android:name=".receiver.BootReceiver"
@@ -159,9 +162,7 @@
<data android:scheme="package" />
</intent-filter>
</receiver>
<!-- &lt;!&ndash; 声明service组件 &ndash;&gt; -->
</receiver> <!-- &lt;!&ndash; 声明service组件 &ndash;&gt; -->
<!-- <service -->
<!-- android:name="com.baidu.location.f" -->
<!-- android:enabled="true" -->
@@ -170,7 +171,6 @@
<!-- <uses-library -->
<!-- android:name="org.apache.http.legacy" -->
<!-- android:required="false" /> -->
<activity
android:name="com.tencent.android.tpush.TpnsActivity"
android:exported="true"
@@ -218,8 +218,7 @@
<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"