Merge "Adds the Clear App dialog for Instant Apps"

This commit is contained in:
TreeHugger Robot
2017-04-02 18:25:25 +00:00
committed by Android (Google) Code Review
9 changed files with 290 additions and 27 deletions

View File

@@ -58,8 +58,8 @@ public class ApplicationFeatureProviderImpl implements ApplicationFeatureProvide
@Override
public InstantAppButtonsController newInstantAppButtonsController(Fragment fragment,
View view) {
return new InstantAppButtonsController(mContext, fragment, view);
View view, InstantAppButtonsController.ShowDialogDelegate showDialogDelegate) {
return new InstantAppButtonsController(mContext, fragment, view, showDialogDelegate);
}
@Override