Loading core/java/android/service/notification/NotificationListenerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ import java.util.Objects; * <pre> * <service android:name=".NotificationListener" * android:label="@string/service_name" * android:exported="false" * android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> * <intent-filter> * <action android:name="android.service.notification.NotificationListenerService" /> Loading Loading
core/java/android/service/notification/NotificationListenerService.java +1 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,7 @@ import java.util.Objects; * <pre> * <service android:name=".NotificationListener" * android:label="@string/service_name" * android:exported="false" * android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> * <intent-filter> * <action android:name="android.service.notification.NotificationListenerService" /> Loading