Adding open/close animartion when launching app-info target
Bug: 356914468 Test: Verified manually Flag: EXEMPT bugfix Change-Id: I3a4e48363728153a96c75466824fb03de44c0ad9
This commit is contained in:
@@ -25,6 +25,7 @@ import android.os.Bundle;
|
||||
public class ActivityOptionsWrapper {
|
||||
|
||||
public final ActivityOptions options;
|
||||
// Called when the app launch animation is complete
|
||||
public final RunnableList onEndCallback;
|
||||
|
||||
public ActivityOptionsWrapper(ActivityOptions options, RunnableList onEndCallback) {
|
||||
|
||||
Reference in New Issue
Block a user