Displays a yes/no dialog @param title the title for the dialog box @param message the message to display @return true if user clicked Yes, false otherwise
(String title, String message)
| 55 | * @return true if user clicked Yes, false otherwise |
| 56 | */ |
| 57 | boolean showWarningConfirm(String title, String message); |
| 58 | |
| 59 | /** |
| 60 | * Displays an ok dialog with a message and warning icon. |
no outgoing calls
no test coverage detected