OSDN Git Service

New NotificationListenerService listener flags api.
authorJohn Spurlock <jspurlock@google.com>
Mon, 21 Jul 2014 18:56:39 +0000 (14:56 -0400)
committerJohn Spurlock <jspurlock@google.com>
Tue, 22 Jul 2014 11:24:22 +0000 (07:24 -0400)
commit1fa865f396e94913cfbbd32ce7799c2e8aeb7a08
tree2d2be7d1fc6d6df5e08c86c58fb970b71391fb45
parent9f7c25ebeba866d0db696f5db0d29fa8c6a86768
New NotificationListenerService listener flags api.

Give activated listeners the ability to request changes to
listener-level or host-level state.

Currently this consists of the ability to suppress notification alerts
(alerts = the haptic / audio feedback of a notification).

Bug:15888672
Change-Id: I045e3b99d1f15e3f96ebaf17d3083a97e02ecb42
api/current.txt
core/java/android/app/INotificationManager.aidl
core/java/android/service/notification/INotificationListener.aidl
core/java/android/service/notification/NotificationListenerService.java
services/core/java/com/android/server/notification/NotificationManagerService.java