示例#1
0
 protected void showAlert(String title, String message) {
   mHelper.makeSimpleDialog(title, message).show();
 }