Creates a {@link MediaRouteControllerDialog}. The application may subclass this dialog fragment to customize the media route controller dialog.
Creates a media route controller dialog fragment. All subclasses of this class must also possess a default constructor. setCancelable(true); setStyle(STYLE_NORMAL, android.R.style.Theme_DeviceDefault_Dialog);
All subclasses of this class must also possess a default constructor.
setCancelable(true); setStyle(STYLE_NORMAL, android.R.style.Theme_DeviceDefault_Dialog);
Called when the controller dialog is being created. Subclasses may override this method to customize the dialog. return new MediaRouteControllerDialog(context, getTheme());
Subclasses may override this method to customize the dialog.
return new MediaRouteControllerDialog(context, getTheme());
return onCreateControllerDialog(getActivity(), savedInstanceState);