OSDN Git Service

Added mising sendToTarget message for dismissing docked stack
authorWale Ogunwale <ogunwale@google.com>
Mon, 5 Jun 2017 14:09:35 +0000 (07:09 -0700)
committerWale Ogunwale <ogunwale@google.com>
Mon, 5 Jun 2017 14:09:35 +0000 (07:09 -0700)
commitf1b2ec91903374e5f3835c151ed4fc49b18736f7
tree2cdc337da0e4654681556925185101581f257700
parent2f77da6e10d4e5c6fedd16814f98944d82b888c3
Added mising sendToTarget message for dismissing docked stack

Toast that an app doesn't support split screen wasn't displaying because
of missing line to actually send the
NOTIFY_ACTIVITY_DISMISSING_DOCKED_STACK_MSG message.

Test: Dock an app and the launch an other app that doesn't support
split-screen and make sure the "doesn't support split-screen" toast
shows up.
Test: go/wm-smoke
Fixes: 62281412

Change-Id: Ia2cb3085b6c6bfd27cf9e825315b8ddc89cf5bcd
services/core/java/com/android/server/am/TaskChangeNotificationController.java