commit | cca896847807d83656a25ef9d9718e0d5b490e9f | [log] [tgz] |
---|---|---|
author | Julia Reynolds <juliacr@google.com> | Fri Mar 17 15:42:39 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 17 15:42:39 2023 +0000 |
tree | 1eab40494546b14876f0ad95bb0b0c9a1ab7b91e | |
parent | b9ec9002cf875376bafadcbdd86d244cfe6b332a [diff] | |
parent | 565611aaee64d747663223ab19cf1266e17c9edc [diff] |
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>
diff --git a/core/java/android/service/notification/NotificationListenerService.java b/core/java/android/service/notification/NotificationListenerService.java index 51a3282..1d49049 100644 --- a/core/java/android/service/notification/NotificationListenerService.java +++ b/core/java/android/service/notification/NotificationListenerService.java
@@ -77,6 +77,7 @@ * <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" />