Merge "Update documentation" into udc-dev am: 565611aaee

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22121450

Change-Id: I629334a1a9e6fbebfb13889a306a18ab5e2eaa5e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Julia Reynolds
2023-03-17 15:42:39 +00:00
committed by Automerger Merge Worker

View File

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