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);
All subclasses of this class must also possess a default constructor.
setCancelable(true);
Called when the controller dialog is being created. Subclasses may override this method to customize the dialog. return new MediaRouteControllerDialog(context);
Subclasses may override this method to customize the dialog.
return new MediaRouteControllerDialog(context);
return onCreateControllerDialog(getActivity(), savedInstanceState);