commit | 565611aaee64d747663223ab19cf1266e17c9edc | [log] [tgz] |
---|---|---|
author | Julia Reynolds <juliacr@google.com> | Fri Mar 17 15:33:38 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 17 15:33:38 2023 +0000 |
tree | 9df13601de97579d0b777914ff90511b3ebf0648 | |
parent | af5428f0d249c4d37a3a538ee3d3a069ab463450 [diff] | |
parent | 607c4cc68768ab287ad440e3806fa98bc31172cd [diff] |
Merge "Update documentation" into udc-dev
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" />