version:2.0
fix: update:增加角标
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user