Update documentation

Test: NotificationManagerTest
Fixes: 264140399
Change-Id: Ied8cb94295538ded6dba998a3ceacc4ba9c576d9
This commit is contained in:
Julia Reynolds
2023-03-16 16:38:06 -04:00
parent 08550633ef
commit 607c4cc687

View File

@@ -77,6 +77,7 @@ import java.util.Objects;
* <pre>
* &lt;service android:name=".NotificationListener"
* android:label="&#64;string/service_name"
* android:exported="false"
* android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
* &lt;intent-filter>
* &lt;action android:name="android.service.notification.NotificationListenerService" />