commit | cbfbc7493bcd064eb087c3b20696c2e5ffefac95 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Thu Mar 18 22:44:14 2021 -0700 |
committer | Winson Chung <winsonc@google.com> | Mon Mar 22 20:02:49 2021 +0000 |
tree | b4b657fd328fa1479e33a52e878b8c3a96d00669 | |
parent | 93f2b75223fc589bdc042bf9de82609a35d1dfd2 [diff] [blame] |
Expose the full task info with the remote animation target Bug: 129067201 Test: Manual Change-Id: Ife60b31a5798f43b55634dbb0f75dbc0c9795560
diff --git a/src/com/android/launcher3/BaseDraggingActivity.java b/src/com/android/launcher3/BaseDraggingActivity.java index e38ab74..4ba762a 100644 --- a/src/com/android/launcher3/BaseDraggingActivity.java +++ b/src/com/android/launcher3/BaseDraggingActivity.java
@@ -28,6 +28,7 @@ import android.graphics.Point; import android.graphics.Rect; import android.graphics.drawable.Drawable; +import android.os.Binder; import android.os.Bundle; import android.os.Process; import android.os.StrictMode;