OSDN Git Service

Fixed the behavior of group conversations when targeting P
authorSelim Cinek <cinek@google.com>
Wed, 23 May 2018 23:46:05 +0000 (16:46 -0700)
committerSelim Cinek <cinek@google.com>
Fri, 25 May 2018 16:16:38 +0000 (09:16 -0700)
commitce8794fbbc49baf2777eb9d078890cbf28c890d5
treea33d705f9332132981505e9da94dca6a7a8f6374
parent645c8671ed6aa3f4c5b0d405aa5360b113b30f16
Fixed the behavior of group conversations when targeting P

Fixes an issue where the group conversation heuristic was still
applied even when the app is targeting P. We're now following
the isGroupConversation completely and only do the migration
for apps targeting < P.

Change-Id: I471d58e8a8f5e6270f0dcce8691d08a2bdd1c582
Fixes: 78450835
Test: add messaging notification, observe correct display
core/java/android/app/Notification.java
core/java/com/android/internal/widget/MessagingLayout.java