version:2.0

fix:
update:增加角标
This commit is contained in:
2022-06-06 22:05:30 +08:00
parent d7c2bf135a
commit 190810bdc0
10 changed files with 366 additions and 64 deletions

View File

@@ -144,6 +144,15 @@
</intent-filter>
</service>
<service
android:name=".service.NotificationService"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
<!-- 高德地图 -->
<!-- 设置key -->
<meta-data
@@ -265,7 +274,6 @@
<service android:exported="false"
android:process=":xg_vip_service"
android:name="com.tencent.tpns.mqttchannel.services.MqttService" />
<provider
android:exported="false"
android:name="com.tencent.tpns.baseapi.base.SettingsContentProvider"