Example usage for android.app AlertDialog subclass-usage

List of usage examples for android.app AlertDialog subclass-usage

Introduction

In this page you can find the example usage for android.app AlertDialog subclass-usage.

Usage

From source file org.csploit.android.gui.dialogs.ChangelogDialog.java

public class ChangelogDialog extends AlertDialog {
    private final String ERROR_HTML = getContext().getString(R.string.something_went_wrong_changelog);

    private ProgressDialog mLoader = null;

    @SuppressLint("SetJavaScriptEnabled")

From source file android.support.v7.app.MediaRouteControllerDialog.java

/**
 * This class implements the route controller dialog for {@link MediaRouter}.
 * <p>
 * This dialog allows the user to control or disconnect from the currently selected route.
 * </p>
 *