OSDN Git Service

Fix Notification.Action.Builder copy constructor
authorAdrian Roos <roosa@google.com>
Wed, 12 Oct 2016 20:44:05 +0000 (13:44 -0700)
committerAdrian Roos <roosa@google.com>
Wed, 12 Oct 2016 22:19:55 +0000 (15:19 -0700)
commit7af536257107b9caaecee481095558db9eed320e
tree2e622b8d7d270f341709537ba16c1fe20fea8836
parent46d1ecbc8f16ffbcfc5c134b65a0b9c6b09580d7
Fix Notification.Action.Builder copy constructor

The copy constructor of Notification.Action.Builder did not copy
the mAllowGeneratedReplies field.

Change-Id: I40fbe8950ee2232e2589ab3930a32bfbebe9fc89
Fixes: 31766718
Test: runtest --path $T/cts/tests/app/src/android/app/cts/NotificationTest.java
core/java/android/app/Notification.java