version:1.6

fix:
update:增加4:3适配
This commit is contained in:
2023-03-06 17:40:09 +08:00
parent f79567f303
commit a5e8623bed
45 changed files with 3540 additions and 123 deletions

View File

@@ -90,6 +90,9 @@
android:excludeFromRecents="true"
android:screenOrientation="portrait"
android:theme="@style/activity_styles" />
<activity android:name=".activity.PolicyActivity"
android:launchMode="singleTask"/>
<receiver
android:name=".receiver.BootReceiver"
@@ -142,7 +145,23 @@
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service> <!-- &lt;!&ndash; 声明service组件 &ndash;&gt; -->
</service>
<receiver
android:name=".receiver.APKinstallReceiver"
android:enabled="true"
android:exported="true"
android:permission="com.example.broadcast.permission">
<intent-filter android:priority="1000">
<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>
<!-- &lt;!&ndash; 声明service组件 &ndash;&gt; -->
<!-- <service -->
<!-- android:name="com.baidu.location.f" -->
<!-- android:enabled="true" -->
@@ -151,6 +170,7 @@
<!-- <uses-library -->
<!-- android:name="org.apache.http.legacy" -->
<!-- android:required="false" /> -->
<activity
android:name="com.tencent.android.tpush.TpnsActivity"
android:exported="true"
@@ -198,7 +218,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"