OSDN Git Service

Support for tapping on an immersive-mode priority notification.
authorDaniel Sandler <dsandler@android.com>
Tue, 29 Jun 2010 19:19:54 +0000 (15:19 -0400)
committerDaniel Sandler <dsandler@android.com>
Tue, 29 Jun 2010 19:19:54 +0000 (15:19 -0400)
commit27a8be4b3526f068e911c8edcd4ee6fa6f492c0f
treed778af9e664e886c0c9b3e44c9e7dccb3af24b2f
parent059f009d970fb37ac4e408dcf8e1d2d2cdcf0a84
Support for tapping on an immersive-mode priority notification.

When the user taps on an intruder alert (the priority
notification in immersive mode), the .contentIntent in the
Notification object will be sent, just as we handle tapping
on a normal Notification in the windowshade.

Change-Id: Ib6991837b0b2122fe138cddacf347fdbc426b99d
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java
tests/StatusBar/src/com/android/statusbartest/StatusBarTest.java