List of usage examples for android.app AlertDialog subclass-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>
*