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

@@ -21,14 +21,7 @@
android:taskAffinity="com.stardust.autojs.runtime.api.image.ScreenCaptureRequestActivity"
android:theme="@style/AppTheme.Transparent"/>
<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>
</application>