fix: notification service label is not built app label

This commit is contained in:
hyb1996
2018-01-24 17:35:18 +08:00
parent c93c27fcaa
commit 2f987305cd
4 changed files with 21 additions and 10 deletions

View File

@@ -198,6 +198,15 @@
android:resource="@xml/accessibility_service_config"/>
</service>
<service
android:name="com.stardust.notification.NotificationListenerService"
android:label="@string/_app_name"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService"/>
</intent-filter>
</service>
<receiver android:name=".external.widget.ScriptWidget">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>